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