public static enum RoomException.Code extends java.lang.Enum<RoomException.Code>
Modifier and Type | Method and Description |
---|---|
int |
getValue() |
static RoomException.Code |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RoomException.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RoomException.Code GENERIC_ERROR_CODE
public static final RoomException.Code TRANSPORT_ERROR_CODE
public static final RoomException.Code TRANSPORT_RESPONSE_ERROR_CODE
public static final RoomException.Code TRANSPORT_REQUEST_ERROR_CODE
public static final RoomException.Code MEDIA_MUTE_ERROR_CODE
public static final RoomException.Code MEDIA_NOT_A_WEB_ENDPOINT_ERROR_CODE
public static final RoomException.Code MEDIA_RTP_ENDPOINT_ERROR_CODE
public static final RoomException.Code MEDIA_WEBRTC_ENDPOINT_ERROR_CODE
public static final RoomException.Code MEDIA_ENDPOINT_ERROR_CODE
public static final RoomException.Code MEDIA_SDP_ERROR_CODE
public static final RoomException.Code MEDIA_GENERIC_ERROR_CODE
public static final RoomException.Code ROOM_CANNOT_BE_CREATED_ERROR_CODE
public static final RoomException.Code ROOM_CLOSED_ERROR_CODE
public static final RoomException.Code ROOM_NOT_FOUND_ERROR_CODE
public static final RoomException.Code ROOM_GENERIC_ERROR_CODE
public static final RoomException.Code USER_NOT_STREAMING_ERROR_CODE
public static final RoomException.Code EXISTING_USER_IN_ROOM_ERROR_CODE
public static final RoomException.Code USER_CLOSED_ERROR_CODE
public static final RoomException.Code USER_NOT_FOUND_ERROR_CODE
public static final RoomException.Code USER_GENERIC_ERROR_CODE
public static RoomException.Code[] values()
for (RoomException.Code c : RoomException.Code.values()) System.out.println(c);
public static RoomException.Code 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 getValue()