public enum TatErrorCode extends Enum<TatErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TatErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TatErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TatErrorCode INTERNALERROR
public static final TatErrorCode INVALIDPARAMETER
public static final TatErrorCode INVALIDPARAMETER_CONFLICTPARAMETER
public static final TatErrorCode INVALIDPARAMETERVALUE
public static final TatErrorCode INVALIDPARAMETERVALUE_COMMANDCONTENTINVALID
public static final TatErrorCode INVALIDPARAMETERVALUE_COMMANDNAMEDUPLICATED
public static final TatErrorCode INVALIDPARAMETERVALUE_INCONSISTENTINSTANCE
public static final TatErrorCode INVALIDPARAMETERVALUE_INVALIDCOMMANDID
public static final TatErrorCode INVALIDPARAMETERVALUE_INVALIDCOMMANDNAME
public static final TatErrorCode INVALIDPARAMETERVALUE_INVALIDCONTENT
public static final TatErrorCode INVALIDPARAMETERVALUE_INVALIDFILTER
public static final TatErrorCode INVALIDPARAMETERVALUE_INVALIDINSTANCEID
public static final TatErrorCode INVALIDPARAMETERVALUE_INVALIDINVOCATIONID
public static final TatErrorCode INVALIDPARAMETERVALUE_INVALIDINVOCATIONTASKID
public static final TatErrorCode INVALIDPARAMETERVALUE_INVALIDWORKINGDIRECTORY
public static final TatErrorCode INVALIDPARAMETERVALUE_LACKOFPARAMETERINFO
public static final TatErrorCode INVALIDPARAMETERVALUE_LACKOFPARAMETERS
public static final TatErrorCode INVALIDPARAMETERVALUE_PARAMETERDISABLED
public static final TatErrorCode INVALIDPARAMETERVALUE_PARAMETERINVALIDJSONFORMAT
public static final TatErrorCode INVALIDPARAMETERVALUE_PARAMETERKEYCONTAINSINVALIDCHAR
public static final TatErrorCode INVALIDPARAMETERVALUE_PARAMETERKEYDUPLICATED
public static final TatErrorCode INVALIDPARAMETERVALUE_PARAMETERKEYLENEXCEEDED
public static final TatErrorCode INVALIDPARAMETERVALUE_PARAMETERNUMBEREXCEEDED
public static final TatErrorCode INVALIDPARAMETERVALUE_PARAMETERVALUENOTSTRING
public static final TatErrorCode INVALIDPARAMETERVALUE_RANGE
public static final TatErrorCode INVALIDPARAMETERVALUE_SUPPORTPARAMETERSONLYIFENABLEPARAMETER
public static final TatErrorCode INVALIDPARAMETERVALUE_TOOLONG
public static final TatErrorCode MISSINGPARAMETER
public static final TatErrorCode RESOURCENOTFOUND_COMMANDNOTFOUND
public static final TatErrorCode RESOURCENOTFOUND_INSTANCENOTFOUND
public static final TatErrorCode RESOURCEUNAVAILABLE_AGENTNOTINSTALLED
public static final TatErrorCode RESOURCEUNAVAILABLE_AGENTSTATUSNOTONLINE
public static final TatErrorCode RESOURCEUNAVAILABLE_COMMANDINEXECUTING
public static final TatErrorCode RESOURCEUNAVAILABLE_INSTANCESTATENOTRUNNING
public static final TatErrorCode UNAUTHORIZEDOPERATION_CAMAUTHFAILED
public static final TatErrorCode UNAUTHORIZEDOPERATION_INVALIDTOKEN
public static final TatErrorCode UNAUTHORIZEDOPERATION_MFAEXPIRED
public static final TatErrorCode UNAUTHORIZEDOPERATION_MFANOTFOUND
public static TatErrorCode[] values()
for (TatErrorCode c : TatErrorCode.values()) System.out.println(c);
public static TatErrorCode 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 © 2021. All rights reserved.