public enum DayuErrorCode extends Enum<DayuErrorCode>
Enum Constant and Description |
---|
DRYRUNOPERATION |
FAILEDOPERATION |
INTERNALERROR |
INVALIDPARAMETER |
INVALIDPARAMETERVALUE |
LIMITEXCEEDED |
MISSINGPARAMETER |
RESOURCEINUSE |
RESOURCENOTFOUND |
RESOURCEUNAVAILABLE |
UNKNOWNPARAMETER |
UNSUPPORTEDOPERATION |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static DayuErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DayuErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DayuErrorCode DRYRUNOPERATION
public static final DayuErrorCode FAILEDOPERATION
public static final DayuErrorCode INTERNALERROR
public static final DayuErrorCode INVALIDPARAMETER
public static final DayuErrorCode INVALIDPARAMETERVALUE
public static final DayuErrorCode LIMITEXCEEDED
public static final DayuErrorCode MISSINGPARAMETER
public static final DayuErrorCode RESOURCEINUSE
public static final DayuErrorCode RESOURCENOTFOUND
public static final DayuErrorCode RESOURCEUNAVAILABLE
public static final DayuErrorCode UNKNOWNPARAMETER
public static final DayuErrorCode UNSUPPORTEDOPERATION
public static DayuErrorCode[] values()
for (DayuErrorCode c : DayuErrorCode.values()) System.out.println(c);
public static DayuErrorCode 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.