public enum TcexErrorCode extends Enum<TcexErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TcexErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TcexErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TcexErrorCode FAILEDOPERATION
public static final TcexErrorCode FAILEDOPERATION_DATABASEFINDERROR
public static final TcexErrorCode FAILEDOPERATION_FILENOTEXISTS
public static final TcexErrorCode FAILEDOPERATION_INSUFFICIENTPRIVILEGE
public static final TcexErrorCode FAILEDOPERATION_SERVICENOTFOUND
public static final TcexErrorCode INTERNALERROR
public static final TcexErrorCode INVALIDPARAMETER
public static final TcexErrorCode INVALIDPARAMETER_EMPTYPARAMETERS
public static final TcexErrorCode INVALIDPARAMETER_INVALIDFILEFORMAT
public static final TcexErrorCode INVALIDPARAMETER_INVALIDFILESIZE
public static final TcexErrorCode INVALIDPARAMETER_INVALIDPARAMETERVALUE
public static final TcexErrorCode INVALIDPARAMETER_REQUESTPARSEERROR
public static TcexErrorCode[] values()
for (TcexErrorCode c : TcexErrorCode.values()) System.out.println(c);
public static TcexErrorCode 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.