public enum MdlErrorCode extends Enum<MdlErrorCode>
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static MdlErrorCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MdlErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MdlErrorCode INTERNALERROR
public static final MdlErrorCode INVALIDPARAMETER
public static final MdlErrorCode INVALIDPARAMETER_AVTEMPLATES
public static final MdlErrorCode INVALIDPARAMETER_ALREADYASSOCIATEDCHANNEL
public static final MdlErrorCode INVALIDPARAMETER_ALREADYASSOCIATEDINPUT
public static final MdlErrorCode INVALIDPARAMETER_ATTACHEDINPUTS
public static final MdlErrorCode INVALIDPARAMETER_AUDIOTEMPLATES
public static final MdlErrorCode INVALIDPARAMETER_CHANNELID
public static final MdlErrorCode INVALIDPARAMETER_ENDTIME
public static final MdlErrorCode INVALIDPARAMETER_EXCEEDEDQUANTITYLIMIT
public static final MdlErrorCode INVALIDPARAMETER_ID
public static final MdlErrorCode INVALIDPARAMETER_IMAGESETTINGS
public static final MdlErrorCode INVALIDPARAMETER_INPUTSETTINGS
public static final MdlErrorCode INVALIDPARAMETER_NAME
public static final MdlErrorCode INVALIDPARAMETER_NOTFOUND
public static final MdlErrorCode INVALIDPARAMETER_NOTIFYKEY
public static final MdlErrorCode INVALIDPARAMETER_NOTIFYURL
public static final MdlErrorCode INVALIDPARAMETER_OUTPUTGROUPS
public static final MdlErrorCode INVALIDPARAMETER_PAGENUM
public static final MdlErrorCode INVALIDPARAMETER_PLAN
public static final MdlErrorCode INVALIDPARAMETER_SECURITYGROUPS
public static final MdlErrorCode INVALIDPARAMETER_STARTTIME
public static final MdlErrorCode INVALIDPARAMETER_STATE
public static final MdlErrorCode INVALIDPARAMETER_STATEERROR
public static final MdlErrorCode INVALIDPARAMETER_TEXTSETTINGS
public static final MdlErrorCode INVALIDPARAMETER_TYPE
public static final MdlErrorCode INVALIDPARAMETER_VIDEOTEMPLATES
public static final MdlErrorCode INVALIDPARAMETER_WHITELIST
public static MdlErrorCode[] values()
for (MdlErrorCode c : MdlErrorCode.values()) System.out.println(c);
public static MdlErrorCode 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 © 2023. All rights reserved.