public enum AaErrorCode extends Enum<AaErrorCode>
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_CONNECTDBTIMEOUT
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 INVALIDPARAMETERVALUE_INVALIDDATE
public static final AaErrorCode INVALIDPARAMETERVALUE_INVALIDLIMIT
public static final AaErrorCode INVALIDPARAMETERVALUE_INVALIDNUM
public static final AaErrorCode INVALIDPARAMETERVALUE_INVALIDSRVID
public static final AaErrorCode INVALIDPARAMETERVALUE_INVALIDSTRIDE
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
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值public String getValue()
Copyright © 2022. All rights reserved.