public enum DtsErrorCode extends Enum<DtsErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static DtsErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DtsErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DtsErrorCode AUTHFAILURE
public static final DtsErrorCode AUTHFAILURE_AUTHFAILUREERROR
public static final DtsErrorCode AUTHFAILURE_AUTHORIZEDOPERATIONDENYERROR
public static final DtsErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATIONERROR
public static final DtsErrorCode DRYRUNOPERATION_DRYRUNOPERATIONERROR
public static final DtsErrorCode FAILEDOPERATION
public static final DtsErrorCode FAILEDOPERATION_FAILEDOPERATIONERROR
public static final DtsErrorCode FAILEDOPERATION_NOTALLOWOPERATION
public static final DtsErrorCode FAILEDOPERATION_STARTJOBFAILED
public static final DtsErrorCode FAILEDOPERATION_STATUSINCONFLICT
public static final DtsErrorCode INTERNALERROR
public static final DtsErrorCode INTERNALERROR_ADDTASKERROR
public static final DtsErrorCode INTERNALERROR_CELERYERROR
public static final DtsErrorCode INTERNALERROR_CGWSYSTEMERROR
public static final DtsErrorCode INTERNALERROR_DATABASEERROR
public static final DtsErrorCode INTERNALERROR_DUPLICATEJOB
public static final DtsErrorCode INTERNALERROR_INTERNALERRORERROR
public static final DtsErrorCode INTERNALERROR_INTERNALHTTPSERVERERROR
public static final DtsErrorCode INTERNALERROR_INTERNALINNERCOMMONERROR
public static final DtsErrorCode INTERNALERROR_INTERNALTRADEERROR
public static final DtsErrorCode INTERNALERROR_LOCKERROR
public static final DtsErrorCode INTERNALERROR_NOTENOUGHMONEYERROR
public static final DtsErrorCode INTERNALERROR_PROTOCOLERROR
public static final DtsErrorCode INTERNALERROR_UNDEFINEDERROR
public static final DtsErrorCode INTERNALERROR_UNKNOWNERROR
public static final DtsErrorCode INVALIDPARAMETER
public static final DtsErrorCode INVALIDPARAMETER_CONTROLLERNOTFOUNDERROR
public static final DtsErrorCode INVALIDPARAMETER_INSTANCENOTFOUND
public static final DtsErrorCode INVALIDPARAMETER_INVALIDPARAMETERERROR
public static final DtsErrorCode INVALIDPARAMETERVALUE
public static final DtsErrorCode INVALIDPARAMETERVALUE_DATACONVERTERROR
public static final DtsErrorCode INVALIDPARAMETERVALUE_INVALIDPARAMETERVALUE
public static final DtsErrorCode INVALIDPARAMETERVALUE_INVALIDPARAMETERVALUEERROR
public static final DtsErrorCode LIMITEXCEEDED_LIMITEXCEEDEDERROR
public static final DtsErrorCode LIMITEXCEEDED_MAXUNUSEDJOBS
public static final DtsErrorCode MISSINGPARAMETER
public static final DtsErrorCode MISSINGPARAMETER_MISSINGPARAMETERERROR
public static final DtsErrorCode OPERATIONDENIED
public static final DtsErrorCode OPERATIONDENIED_BIZOPERATIONDENIEDERROR
public static final DtsErrorCode OPERATIONDENIED_JOBOPERATIONDENIEDERROR
public static final DtsErrorCode OPERATIONDENIED_NOTENOUGHMONEYERROR
public static final DtsErrorCode OPERATIONDENIED_OPERATIONDENIEDERROR
public static final DtsErrorCode REQUESTLIMITEXCEEDED_REQUESTLIMITEXCEEDEDERROR
public static final DtsErrorCode RESOURCEINUSE_RESOURCEINUSEERROR
public static final DtsErrorCode RESOURCEINSUFFICIENT_RESOURCEINSUFFICIENTERROR
public static final DtsErrorCode RESOURCENOTFOUND
public static final DtsErrorCode RESOURCENOTFOUND_BIZRESOURCENOTFOUNDERROR
public static final DtsErrorCode RESOURCENOTFOUND_JOBNOTEXIST
public static final DtsErrorCode RESOURCENOTFOUND_RESOURCENOTFOUND
public static final DtsErrorCode RESOURCENOTFOUND_RESOURCENOTFOUNDERROR
public static final DtsErrorCode RESOURCEUNAVAILABLE_RESOURCEUNAVAILABLEERROR
public static final DtsErrorCode RESOURCESSOLDOUT_RESOURCESSOLDOUTERROR
public static final DtsErrorCode UNAUTHORIZEDOPERATION
public static final DtsErrorCode UNAUTHORIZEDOPERATION_NOTENOUGHPRIVILEGES
public static final DtsErrorCode UNAUTHORIZEDOPERATION_PERMISSIONDENIED
public static final DtsErrorCode UNAUTHORIZEDOPERATION_UNAUTHORIZEDOPERATIONERROR
public static final DtsErrorCode UNKNOWNPARAMETER
public static final DtsErrorCode UNKNOWNPARAMETER_UNKNOWNPARAMETERERROR
public static final DtsErrorCode UNSUPPORTEDOPERATION
public static final DtsErrorCode UNSUPPORTEDOPERATION_INTRANETUSERNOTTAGGEDERROR
public static final DtsErrorCode UNSUPPORTEDOPERATION_INTRANETUSERNOTTAGGEDFORSYNCJOBERROR
public static final DtsErrorCode UNSUPPORTEDOPERATION_UNSUPPORTEDOPERATIONERROR
public static DtsErrorCode[] values()
for (DtsErrorCode c : DtsErrorCode.values()) System.out.println(c);
public static DtsErrorCode 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.