public enum BatchErrorCode extends Enum<BatchErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static BatchErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BatchErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
- 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 © 2023. All rights reserved.