public static enum WebexError.ErrorCode extends java.lang.Enum<WebexError.ErrorCode>
| Enum Constant and Description |
|---|
CONFLICT_ERROR |
DECLINE_H264_LICENSE |
HOST_PIN_OR_MEETING_PASSWORD_REQUIRED |
NETWORK_ERROR |
SERVICE_ERROR |
UNEXPECTED_ERROR |
VIEW_H264_LICENSE |
WEBSOCKET_ERROR |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static WebexError.ErrorCode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WebexError.ErrorCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebexError.ErrorCode UNEXPECTED_ERROR
public static final WebexError.ErrorCode SERVICE_ERROR
public static final WebexError.ErrorCode CONFLICT_ERROR
public static final WebexError.ErrorCode HOST_PIN_OR_MEETING_PASSWORD_REQUIRED
public static final WebexError.ErrorCode WEBSOCKET_ERROR
public static final WebexError.ErrorCode NETWORK_ERROR
public static final WebexError.ErrorCode DECLINE_H264_LICENSE
public static final WebexError.ErrorCode VIEW_H264_LICENSE
public static WebexError.ErrorCode[] values()
for (WebexError.ErrorCode c : WebexError.ErrorCode.values()) System.out.println(c);
public static WebexError.ErrorCode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic int getCode()