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