public enum RumErrorCode extends Enum<RumErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static RumErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RumErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RumErrorCode AUTHFAILURE
public static final RumErrorCode DRYRUNOPERATION
public static final RumErrorCode FAILEDOPERATION
public static final RumErrorCode FAILEDOPERATION_CHARGENOBALANCE
public static final RumErrorCode FAILEDOPERATION_CHARGENOPAYRIGHT
public static final RumErrorCode FAILEDOPERATION_CHARGEPARAMINVALID
public static final RumErrorCode FAILEDOPERATION_CLSCALLFAIL
public static final RumErrorCode FAILEDOPERATION_DATABASEEXCEPTION
public static final RumErrorCode FAILEDOPERATION_INFRASTRUCTUREERROR
public static final RumErrorCode INTERNALERROR
public static final RumErrorCode INVALIDPARAMETER
public static final RumErrorCode INVALIDPARAMETERVALUE
public static final RumErrorCode LIMITEXCEEDED
public static final RumErrorCode MISSINGPARAMETER
public static final RumErrorCode OPERATIONDENIED
public static final RumErrorCode REQUESTLIMITEXCEEDED
public static final RumErrorCode RESOURCEINUSE
public static final RumErrorCode RESOURCEINSUFFICIENT
public static final RumErrorCode RESOURCENOTFOUND
public static final RumErrorCode RESOURCENOTFOUND_NOINSTANCE
public static final RumErrorCode RESOURCEUNAVAILABLE
public static final RumErrorCode RESOURCESSOLDOUT
public static final RumErrorCode UNAUTHORIZEDOPERATION
public static final RumErrorCode UNKNOWNPARAMETER
public static final RumErrorCode UNSUPPORTEDOPERATION
public static RumErrorCode[] values()
for (RumErrorCode c : RumErrorCode.values()) System.out.println(c);
public static RumErrorCode 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 © 2023. All rights reserved.