public enum TdaiErrorCode extends Enum<TdaiErrorCode>
Enum Constant and Description |
---|
FAILEDOPERATION |
INTERNALERROR |
INVALIDPARAMETER |
INVALIDPARAMETER_INVALIDINSTANCENAME |
INVALIDPARAMETERVALUE |
OPERATIONDENIED |
RESOURCENOTFOUND |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TdaiErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TdaiErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TdaiErrorCode FAILEDOPERATION
public static final TdaiErrorCode INTERNALERROR
public static final TdaiErrorCode INVALIDPARAMETER
public static final TdaiErrorCode INVALIDPARAMETER_INVALIDINSTANCENAME
public static final TdaiErrorCode INVALIDPARAMETERVALUE
public static final TdaiErrorCode OPERATIONDENIED
public static final TdaiErrorCode RESOURCENOTFOUND
public static TdaiErrorCode[] values()
for (TdaiErrorCode c : TdaiErrorCode.values()) System.out.println(c);
public static TdaiErrorCode 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 © 2025. All rights reserved.