public enum TioneErrorCode extends Enum<TioneErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static TioneErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TioneErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TioneErrorCode AUTHFAILURE
public static final TioneErrorCode FAILEDOPERATION
public static final TioneErrorCode FAILEDOPERATION_CLSSERVICENOTACTIVED
public static final TioneErrorCode FAILEDOPERATION_DUPLICATENAME
public static final TioneErrorCode FAILEDOPERATION_NOTALLOW
public static final TioneErrorCode FAILEDOPERATION_REPOBINDBYINSTANCE
public static final TioneErrorCode INTERNALERROR
public static final TioneErrorCode INVALIDPARAMETER
public static final TioneErrorCode INVALIDPARAMETERVALUE
public static final TioneErrorCode INVALIDPARAMETERVALUE_BADNAME
public static final TioneErrorCode INVALIDPARAMETERVALUE_CLSCONFIGREQUIRED
public static final TioneErrorCode INVALIDPARAMETERVALUE_CODEREPONOTFOUND
public static final TioneErrorCode INVALIDPARAMETERVALUE_DUPLICATENAME
public static final TioneErrorCode INVALIDPARAMETERVALUE_FILESYSTEMNEEDVPCCONFIGSUPPORT
public static final TioneErrorCode INVALIDPARAMETERVALUE_FILESYSTEMNUMLIMIT
public static final TioneErrorCode INVALIDPARAMETERVALUE_FILESYSTEMVPCNOTMATCH
public static final TioneErrorCode INVALIDPARAMETERVALUE_FRAMEWORKVERSIONNOTSUPPORT
public static final TioneErrorCode INVALIDPARAMETERVALUE_IMAGENOTFOUND
public static final TioneErrorCode INVALIDPARAMETERVALUE_INVALIDINSTANCETYPE
public static final TioneErrorCode INVALIDPARAMETERVALUE_INVALIDTRAININGIMAGENAME
public static final TioneErrorCode INVALIDPARAMETERVALUE_KMSKEYNOTFOUND
public static final TioneErrorCode INVALIDPARAMETERVALUE_LOGSETNOTFOUND
public static final TioneErrorCode INVALIDPARAMETERVALUE_MPIPROCESSESPERHOSTTOOMUCH
public static final TioneErrorCode INVALIDPARAMETERVALUE_REPOSITORYURLINVALID
public static final TioneErrorCode INVALIDPARAMETERVALUE_SUBNETNOTFOUND
public static final TioneErrorCode INVALIDPARAMETERVALUE_TOPICNOTFOUND
public static final TioneErrorCode INVALIDPARAMETERVALUE_TRAINCODENOTFOUND
public static final TioneErrorCode INVALIDPARAMETERVALUE_VOLUMESHRINKNOTALLOW
public static final TioneErrorCode LIMITEXCEEDED
public static final TioneErrorCode RESOURCEINSUFFICIENT
public static final TioneErrorCode RESOURCENOTFOUND
public static final TioneErrorCode RESOURCEUNAVAILABLE
public static final TioneErrorCode RESOURCEUNAVAILABLE_BILLNOTACTIVATED
public static final TioneErrorCode RESOURCEUNAVAILABLE_NOTALIVE
public static final TioneErrorCode UNAUTHORIZEDOPERATION
public static TioneErrorCode[] values()
for (TioneErrorCode c : TioneErrorCode.values()) System.out.println(c);
public static TioneErrorCode 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.