Enum PartnerApiKeyDoesNotBelongToThePolicyGroupOfThePartnerMangerConstant

    • Method Detail

      • values

        public static PartnerApiKeyDoesNotBelongToThePolicyGroupOfThePartnerMangerConstant[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (PartnerApiKeyDoesNotBelongToThePolicyGroupOfThePartnerMangerConstant c : PartnerApiKeyDoesNotBelongToThePolicyGroupOfThePartnerMangerConstant.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • getErrorCode

        public String getErrorCode()
        Getter for error code.
        Returns:
        the error code.
      • getErrorMessage

        public String getErrorMessage()
        Getter for error message.
        Returns:
        the error message.