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_AUTHFAILUREERROR
public static final DtsErrorCode AUTHFAILURE_UNAUTHORIZEDOPERATIONERROR
public static final DtsErrorCode FAILEDOPERATION_FAILEDOPERATIONERROR
public static final DtsErrorCode FAILEDOPERATION_NOTALLOWOPERATION
public static final DtsErrorCode FAILEDOPERATION_PROXYERROR
public static final DtsErrorCode FAILEDOPERATION_STARTJOBFAILED
public static final DtsErrorCode FAILEDOPERATION_STATUSINCONFLICT
public static final DtsErrorCode FAILEDOPERATION_STATUSINCONFLICTERROR
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_PROTOCOLERROR
public static final DtsErrorCode INTERNALERROR_UNDEFINEDERROR
public static final DtsErrorCode INTERNALERROR_UNKNOWNERROR
public static final DtsErrorCode INVALIDPARAMETER
public static final DtsErrorCode INVALIDPARAMETER_BIZINVALIDPARAMETERVALUEERROR
public static final DtsErrorCode INVALIDPARAMETER_INSTANCENOTFOUND
public static final DtsErrorCode INVALIDPARAMETER_INVALIDIPADDRESS
public static final DtsErrorCode INVALIDPARAMETER_INVALIDPARAMETERERROR
public static final DtsErrorCode INVALIDPARAMETERVALUE_BIZINVALIDPARAMETERVALUEERROR
public static final DtsErrorCode INVALIDPARAMETERVALUE_DATACONVERTERROR
public static final DtsErrorCode INVALIDPARAMETERVALUE_INVALIDPARAMETERVALUE
public static final DtsErrorCode INVALIDPARAMETERVALUE_INVALIDPARAMETERVALUEERROR
public static final DtsErrorCode LIMITEXCEEDED_MAXUNUSEDJOBS
public static final DtsErrorCode OPERATIONDENIED
public static final DtsErrorCode OPERATIONDENIED_BIZOPERATIONDENIEDERROR
public static final DtsErrorCode OPERATIONDENIED_JOBOPERATIONDENIEDERROR
public static final DtsErrorCode OPERATIONDENIED_MIGRATESERVICESUPPORTERROR
public static final DtsErrorCode OPERATIONDENIED_NOTENOUGHMONEYERROR
public static final DtsErrorCode OPERATIONDENIED_OPERATIONDENIED
public static final DtsErrorCode OPERATIONDENIED_OPERATIONDENIEDERROR
public static final DtsErrorCode REQUESTLIMITEXCEEDED_REQUESTLIMITEXCEEDEDERROR
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 UNAUTHORIZEDOPERATION_NOTENOUGHPRIVILEGES
public static final DtsErrorCode UNAUTHORIZEDOPERATION_UNAUTHORIZEDOPERATIONERROR
public static final DtsErrorCode UNSUPPORTEDOPERATION
public static final DtsErrorCode UNSUPPORTEDOPERATION_INTRANETUSERNOTTAGGEDERROR
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 © 2025. All rights reserved.