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