public enum MdcErrorCode extends Enum<MdcErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static MdcErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MdcErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MdcErrorCode INTERNALERROR
public static final MdcErrorCode INVALIDPARAMETER
public static final MdcErrorCode INVALIDPARAMETER_EXCEEDEDQUANTITYLIMIT
public static final MdcErrorCode INVALIDPARAMETER_ID
public static final MdcErrorCode INVALIDPARAMETER_INPUT
public static final MdcErrorCode INVALIDPARAMETER_MAXBANDWIDTH
public static final MdcErrorCode INVALIDPARAMETER_NAME
public static final MdcErrorCode INVALIDPARAMETER_NOTFOUND
public static final MdcErrorCode INVALIDPARAMETER_OUTPUT
public static final MdcErrorCode INVALIDPARAMETER_OUTPUTGROUPS
public static final MdcErrorCode INVALIDPARAMETER_OUTPUTID
public static final MdcErrorCode INVALIDPARAMETER_PAGENUM
public static final MdcErrorCode INVALIDPARAMETER_PAGESIZE
public static final MdcErrorCode INVALIDPARAMETER_STATE
public static MdcErrorCode[] values()
for (MdcErrorCode c : MdcErrorCode.values()) System.out.println(c);
public static MdcErrorCode 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.