public enum IecpErrorCode extends Enum<IecpErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static IecpErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IecpErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IecpErrorCode AUTHFAILURE
public static final IecpErrorCode DRYRUNOPERATION
public static final IecpErrorCode FAILEDOPERATION
public static final IecpErrorCode INTERNALERROR
public static final IecpErrorCode INTERNALERROR_DBERROR
public static final IecpErrorCode INVALIDPARAMETER
public static final IecpErrorCode INVALIDPARAMETERVALUE
public static final IecpErrorCode INVALIDPARAMETERVALUE_DUPLICATENAME
public static final IecpErrorCode LIMITEXCEEDED
public static final IecpErrorCode MISSINGPARAMETER
public static final IecpErrorCode OPERATIONDENIED
public static final IecpErrorCode REQUESTLIMITEXCEEDED
public static final IecpErrorCode RESOURCEINUSE
public static final IecpErrorCode RESOURCEINSUFFICIENT
public static final IecpErrorCode RESOURCENOTFOUND
public static final IecpErrorCode RESOURCEUNAVAILABLE
public static final IecpErrorCode RESOURCESSOLDOUT
public static final IecpErrorCode UNAUTHORIZEDOPERATION
public static final IecpErrorCode UNKNOWNPARAMETER
public static final IecpErrorCode UNSUPPORTEDOPERATION
public static IecpErrorCode[] values()
for (IecpErrorCode c : IecpErrorCode.values()) System.out.println(c);
public static IecpErrorCode valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getValue()
Copyright © 2022. All rights reserved.