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