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