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