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