public enum BatchErrorCode extends Enum<BatchErrorCode>
限定符和类型 | 方法和说明 |
---|---|
String |
getValue() |
static BatchErrorCode |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static BatchErrorCode[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final BatchErrorCode ALLOWEDONEATTRIBUTEINENVIDANDCOMPUTEENV
public static final BatchErrorCode INTERNALERROR
public static final BatchErrorCode INTERNALERROR_CALLCPMAPI
public static final BatchErrorCode INTERNALERROR_CALLCVM
public static final BatchErrorCode INTERNALERROR_CALLTAGAPI
public static final BatchErrorCode INTERNALERROR_CPMRESPONSEDATAEMPTY
public static final BatchErrorCode INVALIDFILTER
public static final BatchErrorCode INVALIDPARAMETER_COMPUTENODEIDMALFORMED
public static final BatchErrorCode INVALIDPARAMETER_CVMPARAMETERS
public static final BatchErrorCode INVALIDPARAMETER_ENVDESCRIPTIONTOOLONG
public static final BatchErrorCode INVALIDPARAMETER_ENVIDMALFORMED
public static final BatchErrorCode INVALIDPARAMETER_ENVNAMETOOLONG
public static final BatchErrorCode INVALIDPARAMETER_IMAGEIDMALFORMED
public static final BatchErrorCode INVALIDPARAMETER_INVALIDPARAMETERCOMBINATION
public static final BatchErrorCode INVALIDPARAMETER_JOBDESCRIPTIONTOOLONG
public static final BatchErrorCode INVALIDPARAMETER_JOBIDMALFORMED
public static final BatchErrorCode INVALIDPARAMETER_JOBNAMETOOLONG
public static final BatchErrorCode INVALIDPARAMETER_NOTIFICATIONEVENTNAMEDUPLICATE
public static final BatchErrorCode INVALIDPARAMETER_NOTIFICATIONTOPICNAME
public static final BatchErrorCode INVALIDPARAMETER_NOTIFICATIONTOPICNAMETOOLONG
public static final BatchErrorCode INVALIDPARAMETER_TASKNAME
public static final BatchErrorCode INVALIDPARAMETER_TASKNAMETOOLONG
public static final BatchErrorCode INVALIDPARAMETER_TASKTEMPLATEDESCRIPTIONTOOLONG
public static final BatchErrorCode INVALIDPARAMETER_TASKTEMPLATEIDMALFORMED
public static final BatchErrorCode INVALIDPARAMETER_TASKTEMPLATENAME
public static final BatchErrorCode INVALIDPARAMETER_TASKTEMPLATENAMETOOLONG
public static final BatchErrorCode INVALIDPARAMETERATLEASTONEATTRIBUTE
public static final BatchErrorCode INVALIDPARAMETERVALUE
public static final BatchErrorCode INVALIDPARAMETERVALUE_COMPUTEENV
public static final BatchErrorCode INVALIDPARAMETERVALUE_DEPENDENCENOTFOUNDTASKNAME
public static final BatchErrorCode INVALIDPARAMETERVALUE_DEPENDENCEUNFEASIBLE
public static final BatchErrorCode INVALIDPARAMETERVALUE_INSTANCEIDDUPLICATED
public static final BatchErrorCode INVALIDPARAMETERVALUE_INSTANCETYPE
public static final BatchErrorCode INVALIDPARAMETERVALUE_INSTANCETYPEDUPLICATE
public static final BatchErrorCode INVALIDPARAMETERVALUE_INSTANCETYPESEMPTY
public static final BatchErrorCode INVALIDPARAMETERVALUE_INVALIDDATATYPEANY
public static final BatchErrorCode INVALIDPARAMETERVALUE_INVALIDFILTER
public static final BatchErrorCode INVALIDPARAMETERVALUE_INVALIDZONEMISMATCHREGION
public static final BatchErrorCode INVALIDPARAMETERVALUE_LIMITEXCEEDED
public static final BatchErrorCode INVALIDPARAMETERVALUE_LOCALPATH
public static final BatchErrorCode INVALIDPARAMETERVALUE_MAXRETRYCOUNT
public static final BatchErrorCode INVALIDPARAMETERVALUE_NEGATIVE
public static final BatchErrorCode INVALIDPARAMETERVALUE_NOTFLOAT
public static final BatchErrorCode INVALIDPARAMETERVALUE_OSTYPEID
public static final BatchErrorCode INVALIDPARAMETERVALUE_REGIONNOTSUPPORTCPM
public static final BatchErrorCode INVALIDPARAMETERVALUE_REMOTESTORAGEPATH
public static final BatchErrorCode INVALIDPARAMETERVALUE_REMOTESTORAGESCHEMETYPE
public static final BatchErrorCode INVALIDPARAMETERVALUE_RESOURCETYPE
public static final BatchErrorCode INVALIDPARAMETERVALUE_UNAVAILABLEZONE
public static final BatchErrorCode INVALIDPARAMETERVALUE_UNSUPPORTEDBATCHINSTANCECHARGETYPE
public static final BatchErrorCode INVALIDZONE_MISMATCHREGION
public static final BatchErrorCode LIMITEXCEEDED_COMPUTEENVQUOTA
public static final BatchErrorCode LIMITEXCEEDED_CPUQUOTA
public static final BatchErrorCode LIMITEXCEEDED_JOBQUOTA
public static final BatchErrorCode LIMITEXCEEDED_TASKTEMPLATEQUOTA
public static final BatchErrorCode RESOURCEINUSE_JOB
public static final BatchErrorCode RESOURCENOTFOUND_COMPUTEENV
public static final BatchErrorCode RESOURCENOTFOUND_COMPUTENODE
public static final BatchErrorCode RESOURCENOTFOUND_JOB
public static final BatchErrorCode RESOURCENOTFOUND_TASK
public static final BatchErrorCode RESOURCENOTFOUND_TASKINSTANCE
public static final BatchErrorCode RESOURCENOTFOUND_TASKTEMPLATE
public static final BatchErrorCode UNAUTHORIZEDOPERATION_USERNOTALLOWEDTOUSEBATCH
public static final BatchErrorCode UNKNOWNPARAMETER
public static final BatchErrorCode UNSUPPORTEDOPERATION
public static final BatchErrorCode UNSUPPORTEDOPERATION_ACCEPTOTHERREQUEST
public static final BatchErrorCode UNSUPPORTEDOPERATION_COMPUTEENVACCEPTOTHERREQUEST
public static final BatchErrorCode UNSUPPORTEDOPERATION_COMPUTEENVOPERATION
public static final BatchErrorCode UNSUPPORTEDOPERATION_COMPUTENODEFORBIDTERMINATE
public static final BatchErrorCode UNSUPPORTEDOPERATION_COMPUTENODEISTERMINATING
public static final BatchErrorCode UNSUPPORTEDOPERATION_INSTANCESNOTALLOWTOATTACH
public static final BatchErrorCode UNSUPPORTEDOPERATION_NOTENOUGHCOMPUTENODESTOTERMINATE
public static final BatchErrorCode UNSUPPORTEDOPERATION_TERMINATEOPERATIONWITHENVID
public static BatchErrorCode[] values()
for (BatchErrorCode c : BatchErrorCode.values()) System.out.println(c);
public static BatchErrorCode valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值public String getValue()
Copyright © 2022. All rights reserved.