public enum TcbErrorCode extends Enum<TcbErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TcbErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TcbErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TcbErrorCode AUTHFAILURE
public static final TcbErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATION
public static final TcbErrorCode FAILEDOPERATION
public static final TcbErrorCode FAILEDOPERATION_PARTIALFAILURE
public static final TcbErrorCode INTERNALERROR
public static final TcbErrorCode INTERNALERROR_DATABASE
public static final TcbErrorCode INTERNALERROR_SYSTEMFAIL
public static final TcbErrorCode INTERNALERROR_TIMEOUT
public static final TcbErrorCode INVALIDPARAMETER
public static final TcbErrorCode INVALIDPARAMETER_ACTION
public static final TcbErrorCode INVALIDPARAMETER_ENVID
public static final TcbErrorCode INVALIDPARAMETER_SERVICEEVIL
public static final TcbErrorCode INVALIDPARAMETER_SERVICENOTEXIST
public static final TcbErrorCode INVALIDPARAMETERVALUE
public static final TcbErrorCode LIMITEXCEEDED
public static final TcbErrorCode LIMITEXCEEDED_CONCURRENT
public static final TcbErrorCode LIMITEXCEEDED_ERRNAMESPACEMAXLIMIT
public static final TcbErrorCode LIMITEXCEEDED_ERRREPOMAXLIMIT
public static final TcbErrorCode LIMITEXCEEDED_REQUEST
public static final TcbErrorCode MISSINGPARAMETER
public static final TcbErrorCode MISSINGPARAMETER_PARAM
public static final TcbErrorCode OPERATIONDENIED
public static final TcbErrorCode OPERATIONDENIED_RESOURCEFROZEN
public static final TcbErrorCode RESOURCEINUSE
public static final TcbErrorCode RESOURCEINSUFFICIENT
public static final TcbErrorCode RESOURCENOTFOUND
public static final TcbErrorCode RESOURCENOTFOUND_USERNOTEXISTS
public static final TcbErrorCode RESOURCEUNAVAILABLE
public static final TcbErrorCode RESOURCEUNAVAILABLE_BALANCENOTENOUGH
public static final TcbErrorCode RESOURCEUNAVAILABLE_CDNFREEZED
public static final TcbErrorCode RESOURCEUNAVAILABLE_INVOICEAMOUNTLACK
public static final TcbErrorCode RESOURCEUNAVAILABLE_RESOURCEOVERDUE
public static final TcbErrorCode UNAUTHORIZEDOPERATION
public static final TcbErrorCode UNAUTHORIZEDOPERATION_CODEOAUTHUNAUTHORIZED
public static final TcbErrorCode UNKNOWNPARAMETER
public static final TcbErrorCode UNSUPPORTEDOPERATION
public static final TcbErrorCode UNSUPPORTEDOPERATION_TASKEXISTED
public static TcbErrorCode[] values()
for (TcbErrorCode c : TcbErrorCode.values()) System.out.println(c);
public static TcbErrorCode 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.