public enum MdpErrorCode extends Enum<MdpErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static MdpErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MdpErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MdpErrorCode INTERNALERROR
public static final MdpErrorCode INVALIDPARAMETER_ACTIONTYPE
public static final MdpErrorCode INVALIDPARAMETER_AUTHINFO
public static final MdpErrorCode INVALIDPARAMETER_CACHEINFO
public static final MdpErrorCode INVALIDPARAMETER_CDNDOMAIN
public static final MdpErrorCode INVALIDPARAMETER_CHANNELID
public static final MdpErrorCode INVALIDPARAMETER_EXCEEDEDQUANTITYLIMIT
public static final MdpErrorCode INVALIDPARAMETER_ID
public static final MdpErrorCode INVALIDPARAMETER_LVBDOMAIN
public static final MdpErrorCode INVALIDPARAMETER_NAME
public static final MdpErrorCode INVALIDPARAMETER_NOTFOUND
public static final MdpErrorCode INVALIDPARAMETER_OUTPUTGROUPS
public static final MdpErrorCode INVALIDPARAMETER_PAGENUM
public static final MdpErrorCode INVALIDPARAMETER_PAGESIZE
public static final MdpErrorCode INVALIDPARAMETER_POINTS
public static final MdpErrorCode INVALIDPARAMETER_PROTOCOL
public static final MdpErrorCode INVALIDPARAMETER_SSAIINFO
public static final MdpErrorCode INVALIDPARAMETER_URL
public static MdpErrorCode[] values()
for (MdpErrorCode c : MdpErrorCode.values()) System.out.println(c);
public static MdpErrorCode 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 © 2024. All rights reserved.