public enum DlcErrorCode extends Enum<DlcErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static DlcErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DlcErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DlcErrorCode FAILEDOPERATION
public static final DlcErrorCode FAILEDOPERATION_ANOTHERREQUESTPROCESSING
public static final DlcErrorCode FAILEDOPERATION_HTTPCLIENTDOREQUESTFAILED
public static final DlcErrorCode INTERNALERROR
public static final DlcErrorCode INTERNALERROR_DBERROR
public static final DlcErrorCode INVALIDPARAMETER
public static final DlcErrorCode INVALIDPARAMETER_INVALIDDATAENGINENAME
public static final DlcErrorCode INVALIDPARAMETER_INVALIDFAILURETOLERANCE
public static final DlcErrorCode INVALIDPARAMETER_INVALIDROLEARN
public static final DlcErrorCode INVALIDPARAMETER_INVALIDSQL
public static final DlcErrorCode INVALIDPARAMETER_INVALIDSQLNUM
public static final DlcErrorCode INVALIDPARAMETER_INVALIDSPARKAPPPARAM
public static final DlcErrorCode INVALIDPARAMETER_INVALIDSTORELOCATION
public static final DlcErrorCode INVALIDPARAMETER_INVALIDTASKID
public static final DlcErrorCode INVALIDPARAMETER_INVALIDTASKTYPE
public static final DlcErrorCode INVALIDPARAMETER_TASKALREADYFINISHED
public static final DlcErrorCode INVALIDPARAMETERVALUE
public static final DlcErrorCode RESOURCENOTFOUND
public static final DlcErrorCode RESOURCENOTFOUND_RESULTOUTPUTPATHNOTFOUND
public static final DlcErrorCode RESOURCEUNAVAILABLE
public static final DlcErrorCode RESOURCEUNAVAILABLE_BALANCEINSUFFICIENT
public static final DlcErrorCode UNAUTHORIZEDOPERATION_USECOMPUTINGENGINE
public static DlcErrorCode[] values()
for (DlcErrorCode c : DlcErrorCode.values()) System.out.println(c);
public static DlcErrorCode 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 © 2022. All rights reserved.