public enum TdidErrorCode extends Enum<TdidErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TdidErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TdidErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TdidErrorCode AUTHFAILURE
public static final TdidErrorCode FAILEDOPERATION
public static final TdidErrorCode FAILEDOPERATION_INVALIDAUTH
public static final TdidErrorCode FAILEDOPERATION_OPERATIONEXCEPTION
public static final TdidErrorCode INTERNALERROR
public static final TdidErrorCode INTERNALERROR_SERVEREXCEPTION
public static final TdidErrorCode INTERNALERROR_SERVICEERROR
public static final TdidErrorCode INTERNALERROR_SERVICEPANIC
public static final TdidErrorCode INTERNALERROR_UNKNOWNERROR
public static final TdidErrorCode INVALIDPARAMETER
public static final TdidErrorCode INVALIDPARAMETERVALUE
public static final TdidErrorCode INVALIDPARAMETERVALUE_ILLEGALVALUE
public static final TdidErrorCode MISSINGPARAMETER
public static final TdidErrorCode RESOURCENOTFOUND
public static final TdidErrorCode RESOURCEUNAVAILABLE
public static final TdidErrorCode UNSUPPORTEDOPERATION
public static TdidErrorCode[] values()
for (TdidErrorCode c : TdidErrorCode.values()) System.out.println(c);
public static TdidErrorCode 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.