public enum TiaErrorCode extends Enum<TiaErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TiaErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TiaErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TiaErrorCode FAILEDOPERATION_ALREADYEXISTS
public static final TiaErrorCode FAILEDOPERATION_TIMEOUT
public static final TiaErrorCode INTERNALERROR
public static final TiaErrorCode INTERNALERROR_SYSTEM
public static final TiaErrorCode INVALIDPARAMETER
public static final TiaErrorCode INVALIDPARAMETERVALUE
public static final TiaErrorCode INVALIDPARAMETERVALUE_CODE
public static final TiaErrorCode INVALIDPARAMETERVALUE_DESCRIPTION
public static final TiaErrorCode INVALIDPARAMETERVALUE_ENVIRONMENT
public static final TiaErrorCode INVALIDPARAMETERVALUE_FUNCTIONNAME
public static final TiaErrorCode INVALIDPARAMETERVALUE_HANDLER
public static final TiaErrorCode INVALIDPARAMETERVALUE_ORDER
public static final TiaErrorCode INVALIDPARAMETERVALUE_ORDERBY
public static final TiaErrorCode INVALIDPARAMETERVALUE_RUNTIME
public static final TiaErrorCode LIMITEXCEEDED_FUNCTION
public static final TiaErrorCode LIMITEXCEEDED_MEMORY
public static final TiaErrorCode LIMITEXCEEDED_TIMEOUT
public static final TiaErrorCode MISSINGPARAMETER_CODE
public static final TiaErrorCode RESOURCEINUSE_FUNCTIONNAME
public static final TiaErrorCode RESOURCENOTFOUND
public static final TiaErrorCode RESOURCENOTFOUND_FUNCTIONNAME
public static final TiaErrorCode RESOURCEUNAVAILABLE
public static final TiaErrorCode UNAUTHORIZEDOPERATION
public static final TiaErrorCode UNAUTHORIZEDOPERATION_CAM
public static final TiaErrorCode UNAUTHORIZEDOPERATION_REGION
public static final TiaErrorCode UNSUPPORTEDOPERATION_UNSUPPORTEDVERSION
public static TiaErrorCode[] values()
for (TiaErrorCode c : TiaErrorCode.values()) System.out.println(c);
public static TiaErrorCode 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.