public enum AaErrorCode extends Enum<AaErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static AaErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AaErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AaErrorCode AUTHFAILURE_CAPSIGERROR
public static final AaErrorCode AUTHFAILURE_EXPIRED
public static final AaErrorCode INTERNALERROR
public static final AaErrorCode INTERNALERROR_BACKENDLOGICERROR
public static final AaErrorCode INTERNALERROR_SIGNBACKENDERROR
public static final AaErrorCode INVALIDPARAMETER_CAPSIGERROR
public static final AaErrorCode INVALIDPARAMETER_PARAMERROR
public static final AaErrorCode INVALIDPARAMETER_URLERROR
public static final AaErrorCode INVALIDPARAMETER_VERSIONERROR
public static final AaErrorCode INVALIDPARAMETERVALUE_BADBODY
public static final AaErrorCode INVALIDPARAMETERVALUE_BODYTOOLARGE
public static final AaErrorCode INVALIDPARAMETERVALUE_CAPMISMATCH
public static final AaErrorCode INVALIDPARAMETERVALUE_HTTPMETHODERROR
public static final AaErrorCode LIMITEXCEEDED_FREQCNT
public static final AaErrorCode LIMITEXCEEDED_IPFREQCNT
public static final AaErrorCode LIMITEXCEEDED_KEYFREQCNT
public static final AaErrorCode LIMITEXCEEDED_REPLAYATTACK
public static final AaErrorCode RESOURCENOTFOUND_INTERFACENOTFOUND
public static final AaErrorCode RESOURCEUNAVAILABLE_PERMISSIONDENIED
public static final AaErrorCode UNAUTHORIZEDOPERATION_AUTHFAILED
public static final AaErrorCode UNKNOWNPARAMETER_SECRETIDNOTEXISTS
public static AaErrorCode[] values()
for (AaErrorCode c : AaErrorCode.values()) System.out.println(c);
public static AaErrorCode 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.