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