public enum AfErrorCode extends Enum<AfErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static AfErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AfErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AfErrorCode AUTHFAILURE
public static final AfErrorCode AUTHFAILURE_CAPSIGERROR
public static final AfErrorCode AUTHFAILURE_EXPIRED
public static final AfErrorCode DRYRUNOPERATION
public static final AfErrorCode FAILEDOPERATION
public static final AfErrorCode INTERNALERROR
public static final AfErrorCode INTERNALERROR_BACKENDLOGICERROR
public static final AfErrorCode INTERNALERROR_SIGNBACKENDERROR
public static final AfErrorCode INVALIDPARAMETER
public static final AfErrorCode INVALIDPARAMETER_PARAMERROR
public static final AfErrorCode INVALIDPARAMETER_URLERROR
public static final AfErrorCode INVALIDPARAMETER_VERSIONERROR
public static final AfErrorCode INVALIDPARAMETERVALUE
public static final AfErrorCode INVALIDPARAMETERVALUE_BADBODY
public static final AfErrorCode INVALIDPARAMETERVALUE_BODYTOOLARGE
public static final AfErrorCode INVALIDPARAMETERVALUE_CAPMISMATCH
public static final AfErrorCode INVALIDPARAMETERVALUE_HTTPMETHODERROR
public static final AfErrorCode INVALIDPARAMETERVALUE_INVALIDBUSINESSID
public static final AfErrorCode INVALIDPARAMETERVALUE_INVALIDDATE
public static final AfErrorCode INVALIDPARAMETERVALUE_INVALIDLIMIT
public static final AfErrorCode INVALIDPARAMETERVALUE_INVALIDNUM
public static final AfErrorCode INVALIDPARAMETERVALUE_INVALIDSRVID
public static final AfErrorCode INVALIDPARAMETERVALUE_INVALIDSRVNAME
public static final AfErrorCode INVALIDPARAMETERVALUE_INVALIDSTRIDE
public static final AfErrorCode LIMITEXCEEDED
public static final AfErrorCode LIMITEXCEEDED_FREQCNT
public static final AfErrorCode LIMITEXCEEDED_IPFREQCNT
public static final AfErrorCode LIMITEXCEEDED_KEYFREQCNT
public static final AfErrorCode LIMITEXCEEDED_REPLAYATTACK
public static final AfErrorCode MISSINGPARAMETER
public static final AfErrorCode OPERATIONDENIED
public static final AfErrorCode REQUESTLIMITEXCEEDED
public static final AfErrorCode RESOURCEINUSE
public static final AfErrorCode RESOURCEINSUFFICIENT
public static final AfErrorCode RESOURCENOTFOUND
public static final AfErrorCode RESOURCENOTFOUND_INTERFACENOTFOUND
public static final AfErrorCode RESOURCEUNAVAILABLE
public static final AfErrorCode RESOURCEUNAVAILABLE_PERMISSIONDENIED
public static final AfErrorCode RESOURCESSOLDOUT
public static final AfErrorCode UNAUTHORIZEDOPERATION
public static final AfErrorCode UNAUTHORIZEDOPERATION_AUTHFAILED
public static final AfErrorCode UNKNOWNPARAMETER
public static final AfErrorCode UNKNOWNPARAMETER_SECRETIDNOTEXISTS
public static final AfErrorCode UNSUPPORTEDOPERATION
public static AfErrorCode[] values()
for (AfErrorCode c : AfErrorCode.values()) System.out.println(c);
public static AfErrorCode 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 © 2023. All rights reserved.