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