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 AUTHFAILURE
public static final DlcErrorCode FAILEDOPERATION
public static final DlcErrorCode FAILEDOPERATION_ANOTHERREQUESTPROCESSING
public static final DlcErrorCode INTERNALERROR
public static final DlcErrorCode INVALIDPARAMETER
public static final DlcErrorCode INVALIDPARAMETER_DUPLICATEGROUPNAME
public static final DlcErrorCode INVALIDPARAMETER_DUPLICATEUSERNAME
public static final DlcErrorCode INVALIDPARAMETER_INVALIDDESCRIPTION
public static final DlcErrorCode INVALIDPARAMETER_INVALIDFAILURETOLERANCE
public static final DlcErrorCode INVALIDPARAMETER_INVALIDGROUPID
public static final DlcErrorCode INVALIDPARAMETER_INVALIDOFFSET
public static final DlcErrorCode INVALIDPARAMETER_INVALIDSQL
public static final DlcErrorCode INVALIDPARAMETER_INVALIDSORTBYTYPE
public static final DlcErrorCode INVALIDPARAMETER_INVALIDSTORELOCATION
public static final DlcErrorCode INVALIDPARAMETER_INVALIDUSERNAME
public static final DlcErrorCode INVALIDPARAMETER_INVALIDWORKGROUPNAME
public static final DlcErrorCode INVALIDPARAMETERVALUE
public static final DlcErrorCode MISSINGPARAMETER
public static final DlcErrorCode RESOURCENOTFOUND
public static final DlcErrorCode RESOURCENOTFOUND_DATASOURCENOTFOUND
public static final DlcErrorCode UNSUPPORTEDOPERATION_MODIFYOWNERUNSUPPORTED
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 © 2021. All rights reserved.