public enum CtemErrorCode extends Enum<CtemErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CtemErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CtemErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CtemErrorCode AUTHFAILURE
public static final CtemErrorCode DRYRUNOPERATION
public static final CtemErrorCode FAILEDOPERATION
public static final CtemErrorCode INTERNALERROR
public static final CtemErrorCode INVALIDFILTER
public static final CtemErrorCode INVALIDPARAMETER
public static final CtemErrorCode INVALIDPARAMETERVALUE
public static final CtemErrorCode LIMITEXCEEDED
public static final CtemErrorCode MISSINGPARAMETER
public static final CtemErrorCode OPERATIONDENIED
public static final CtemErrorCode REGIONERROR
public static final CtemErrorCode REQUESTLIMITEXCEEDED
public static final CtemErrorCode RESOURCEINUSE
public static final CtemErrorCode RESOURCEINSUFFICIENT
public static final CtemErrorCode RESOURCENOTFOUND
public static final CtemErrorCode RESOURCEUNAVAILABLE
public static final CtemErrorCode RESOURCESSOLDOUT
public static final CtemErrorCode UNAUTHORIZEDOPERATION
public static final CtemErrorCode UNKNOWNPARAMETER
public static final CtemErrorCode UNSUPPORTEDOPERATION
public static CtemErrorCode[] values()
for (CtemErrorCode c : CtemErrorCode.values()) System.out.println(c);
public static CtemErrorCode 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 © 2025. All rights reserved.