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_CAPSIGERROR
public static final AfErrorCode AUTHFAILURE_EXPIRED
public static final AfErrorCode INTERNALERROR
public static final AfErrorCode INTERNALERROR_BACKENDLOGICERROR
public static final AfErrorCode INTERNALERROR_SIGNBACKENDERROR
public static final AfErrorCode INVALIDPARAMETER_PARAMERROR
public static final AfErrorCode INVALIDPARAMETER_URLERROR
public static final AfErrorCode INVALIDPARAMETER_VERSIONERROR
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 LIMITEXCEEDED_FREQCNT
public static final AfErrorCode LIMITEXCEEDED_IPFREQCNT
public static final AfErrorCode LIMITEXCEEDED_KEYFREQCNT
public static final AfErrorCode LIMITEXCEEDED_REPLAYATTACK
public static final AfErrorCode RESOURCENOTFOUND_INTERFACENOTFOUND
public static final AfErrorCode RESOURCEUNAVAILABLE_PERMISSIONDENIED
public static final AfErrorCode UNAUTHORIZEDOPERATION_AUTHFAILED
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 © 2021. All rights reserved.