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