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 INTERNALERROR_INTERNALERROR
public static final AmsErrorCode INVALIDPARAMETER
public static final AmsErrorCode INVALIDPARAMETER_IMAGESIZETOOSMALL
public static final AmsErrorCode INVALIDPARAMETER_INVALIDIMAGECONTENT
public static final AmsErrorCode INVALIDPARAMETER_PARAMETERERROR
public static final AmsErrorCode INVALIDPARAMETERVALUE
public static final AmsErrorCode INVALIDPARAMETERVALUE_EMPTYIMAGECONTENT
public static final AmsErrorCode INVALIDPARAMETERVALUE_IMAGESIZETOOSMALL
public static final AmsErrorCode INVALIDPARAMETERVALUE_INVALIDCONTENT
public static final AmsErrorCode INVALIDPARAMETERVALUE_INVALIDDATAID
public static final AmsErrorCode INVALIDPARAMETERVALUE_INVALIDFILECONTENTSIZE
public static final AmsErrorCode INVALIDPARAMETERVALUE_INVALIDIMAGECONTENT
public static final AmsErrorCode INVALIDPARAMETERVALUE_INVALIDPARAMETER
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 RESOURCEUNAVAILABLE_INVALIDIMAGECONTENT
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 © 2021. All rights reserved.