public enum PdsErrorCode extends Enum<PdsErrorCode>
Enum Constant and Description |
---|
INTERNALERROR |
INTERNALERROR_SERVICETIMEOUT |
INVALIDPARAMETER |
INVALIDPARAMETERVALUE |
LIMITEXCEEDED |
LIMITEXCEEDED_REPLAYATTACK |
MISSINGPARAMETER |
REQUESTLIMITEXCEEDED |
RESOURCEINSUFFICIENT |
RESOURCENOTFOUND |
UNAUTHORIZEDOPERATION |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static PdsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdsErrorCode INTERNALERROR
public static final PdsErrorCode INTERNALERROR_SERVICETIMEOUT
public static final PdsErrorCode INVALIDPARAMETER
public static final PdsErrorCode INVALIDPARAMETERVALUE
public static final PdsErrorCode LIMITEXCEEDED
public static final PdsErrorCode LIMITEXCEEDED_REPLAYATTACK
public static final PdsErrorCode MISSINGPARAMETER
public static final PdsErrorCode REQUESTLIMITEXCEEDED
public static final PdsErrorCode RESOURCEINSUFFICIENT
public static final PdsErrorCode RESOURCENOTFOUND
public static final PdsErrorCode UNAUTHORIZEDOPERATION
public static PdsErrorCode[] values()
for (PdsErrorCode c : PdsErrorCode.values()) System.out.println(c);
public static PdsErrorCode 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.