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