public enum OceanusErrorCode extends Enum<OceanusErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static OceanusErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OceanusErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OceanusErrorCode AUTHFAILURE
public static final OceanusErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATION
public static final OceanusErrorCode FAILEDOPERATION_CLUSTERNOTFOUND
public static final OceanusErrorCode FAILEDOPERATION_DUPLICATEDJOBNAME
public static final OceanusErrorCode FAILEDOPERATION_RESOURCEINSUFFICIENT
public static final OceanusErrorCode FAILEDOPERATION_USERNOTAUTHENTICATED
public static final OceanusErrorCode INTERNALERROR
public static final OceanusErrorCode INTERNALERROR_COSCLIENT
public static final OceanusErrorCode INTERNALERROR_DB
public static final OceanusErrorCode INTERNALERROR_FAILEDTOBESCRIBERESOURCES
public static final OceanusErrorCode INTERNALERROR_FAILEDTOUPDATEJOB
public static final OceanusErrorCode INTERNALERROR_LOGICERROR
public static final OceanusErrorCode INTERNALERROR_RESOURCECONFIGCANNOTDELETE
public static final OceanusErrorCode INTERNALERROR_RESOURCENOTEXIST
public static final OceanusErrorCode INTERNALERROR_SQLCODENOTFOUND
public static final OceanusErrorCode INTERNALERROR_STSNEWCLIENT
public static final OceanusErrorCode INTERNALERROR_SYSTEMERROR
public static final OceanusErrorCode INVALIDPARAMETER_APPIDRESOURCENOTMATCH
public static final OceanusErrorCode INVALIDPARAMETER_ILLEGALMAXPARALLELISM
public static final OceanusErrorCode INVALIDPARAMETER_INVALIDAPPID
public static final OceanusErrorCode INVALIDPARAMETER_INVALIDCLUSTERID
public static final OceanusErrorCode INVALIDPARAMETER_INVALIDREGION
public static final OceanusErrorCode INVALIDPARAMETER_INVALIDRESOURCEIDS
public static final OceanusErrorCode INVALIDPARAMETER_MAXPARALLELISMTOOLARGE
public static final OceanusErrorCode INVALIDPARAMETER_MAXPARALLELISMTOOSMALL
public static final OceanusErrorCode INVALIDPARAMETER_UINRESOURCENOTMATCH
public static final OceanusErrorCode INVALIDPARAMETER_UNSUPPORTEDFLINKCONF
public static final OceanusErrorCode INVALIDPARAMETERVALUE
public static final OceanusErrorCode INVALIDPARAMETERVALUE_CLUSTERID
public static final OceanusErrorCode INVALIDPARAMETERVALUE_CUMEM
public static final OceanusErrorCode INVALIDPARAMETERVALUE_INVALIDSTARTMODE
public static final OceanusErrorCode INVALIDPARAMETERVALUE_JOBIDVALUEERROR
public static final OceanusErrorCode INVALIDPARAMETERVALUE_JOBNAME
public static final OceanusErrorCode INVALIDPARAMETERVALUE_JOBTYPECOMBINEWITHCLUSTERTYPE
public static final OceanusErrorCode INVALIDPARAMETERVALUE_JOBTYPECOMBINEWITHENTRYPOINTCLASS
public static final OceanusErrorCode INVALIDPARAMETERVALUE_RESOURCEIDSNOTFOUND
public static final OceanusErrorCode INVALIDPARAMETERVALUE_RUNJOBDESCRIPTIONSCOUNT
public static final OceanusErrorCode INVALIDPARAMETERVALUE_RUNTYPE
public static final OceanusErrorCode LIMITEXCEEDED
public static final OceanusErrorCode LIMITEXCEEDED_JOBCONFIG
public static final OceanusErrorCode RESOURCEINUSE
public static final OceanusErrorCode RESOURCEINUSE_INSTANCEINPROCESS
public static final OceanusErrorCode RESOURCEINUSE_RESOURCENAMEALREADYEXISTS
public static final OceanusErrorCode RESOURCEINSUFFICIENT
public static final OceanusErrorCode RESOURCEINSUFFICIENT_CU
public static final OceanusErrorCode RESOURCENOTFOUND
public static final OceanusErrorCode RESOURCENOTFOUND_COSBUCKET
public static final OceanusErrorCode RESOURCENOTFOUND_CLUSTERID
public static final OceanusErrorCode RESOURCENOTFOUND_JOB
public static final OceanusErrorCode RESOURCENOTFOUND_JOBCONFIG
public static final OceanusErrorCode RESOURCENOTFOUND_JOBID
public static final OceanusErrorCode RESOURCENOTFOUND_RESOURCE
public static final OceanusErrorCode RESOURCENOTFOUND_RESOURCECONFIG
public static final OceanusErrorCode RESOURCENOTFOUND_RESOURCENOTEXIST
public static final OceanusErrorCode RESOURCEUNAVAILABLE
public static final OceanusErrorCode RESOURCEUNAVAILABLE_BEUSEBYSOMEJOBCONFIG
public static final OceanusErrorCode RESOURCEUNAVAILABLE_CHECKRESOURCELOCEXISTS
public static final OceanusErrorCode RESOURCEUNAVAILABLE_CLUSTER
public static final OceanusErrorCode RESOURCEUNAVAILABLE_FAILEDTOBESCRIBERESOURCES
public static final OceanusErrorCode RESOURCEUNAVAILABLE_GETJOBPUBLISHEDJOBCONFIG
public static final OceanusErrorCode RESOURCEUNAVAILABLE_JOBRESOURCECONFIGNOTREADY
public static final OceanusErrorCode RESOURCEUNAVAILABLE_NORUNNINGJOBINSTANCESFOUNDFORJOBID
public static final OceanusErrorCode RESOURCEUNAVAILABLE_NOTALLOWEDTOBESTOPORPAUSE
public static final OceanusErrorCode RESOURCEUNAVAILABLE_RESOURCELOCNOTEXISTS
public static final OceanusErrorCode UNSUPPORTEDOPERATION
public static final OceanusErrorCode UNSUPPORTEDOPERATION_INVALIDCHECKPOINTINTERVALERROR
public static final OceanusErrorCode UNSUPPORTEDOPERATION_UNSUPPORTEDSTARTMODE
public static OceanusErrorCode[] values()
for (OceanusErrorCode c : OceanusErrorCode.values()) System.out.println(c);
public static OceanusErrorCode 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.