Enum IecpErrorCode

    • Enum Constant Detail

      • DRYRUNOPERATION

        public static final IecpErrorCode DRYRUNOPERATION
      • FAILEDOPERATION

        public static final IecpErrorCode FAILEDOPERATION
      • INTERNALERROR_DBERROR

        public static final IecpErrorCode INTERNALERROR_DBERROR
      • INVALIDPARAMETER

        public static final IecpErrorCode INVALIDPARAMETER
      • INVALIDPARAMETERVALUE

        public static final IecpErrorCode INVALIDPARAMETERVALUE
      • INVALIDPARAMETERVALUE_DUPLICATENAME

        public static final IecpErrorCode INVALIDPARAMETERVALUE_DUPLICATENAME
      • MISSINGPARAMETER

        public static final IecpErrorCode MISSINGPARAMETER
      • OPERATIONDENIED

        public static final IecpErrorCode OPERATIONDENIED
      • REQUESTLIMITEXCEEDED

        public static final IecpErrorCode REQUESTLIMITEXCEEDED
      • RESOURCEINSUFFICIENT

        public static final IecpErrorCode RESOURCEINSUFFICIENT
      • RESOURCENOTFOUND

        public static final IecpErrorCode RESOURCENOTFOUND
      • RESOURCEUNAVAILABLE

        public static final IecpErrorCode RESOURCEUNAVAILABLE
      • RESOURCESSOLDOUT

        public static final IecpErrorCode RESOURCESSOLDOUT
      • UNAUTHORIZEDOPERATION

        public static final IecpErrorCode UNAUTHORIZEDOPERATION
      • UNKNOWNPARAMETER

        public static final IecpErrorCode UNKNOWNPARAMETER
      • UNSUPPORTEDOPERATION

        public static final IecpErrorCode UNSUPPORTEDOPERATION
    • Method Detail

      • values

        public static IecpErrorCode[] 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 (IecpErrorCode c : IecpErrorCode.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static IecpErrorCode valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getValue

        public String getValue()
        Returns:
        errorcode value