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