public static enum OpenViduException.Code extends Enum<OpenViduException.Code>
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static OpenViduException.Code |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenViduException.Code[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OpenViduException.Code GENERIC_ERROR_CODE
public static final OpenViduException.Code TRANSPORT_ERROR_CODE
public static final OpenViduException.Code TRANSPORT_RESPONSE_ERROR_CODE
public static final OpenViduException.Code TRANSPORT_REQUEST_ERROR_CODE
public static final OpenViduException.Code MEDIA_MUTE_ERROR_CODE
public static final OpenViduException.Code MEDIA_NOT_A_WEB_ENDPOINT_ERROR_CODE
public static final OpenViduException.Code MEDIA_RTP_ENDPOINT_ERROR_CODE
public static final OpenViduException.Code MEDIA_WEBRTC_ENDPOINT_ERROR_CODE
public static final OpenViduException.Code MEDIA_ENDPOINT_ERROR_CODE
public static final OpenViduException.Code MEDIA_SDP_ERROR_CODE
public static final OpenViduException.Code MEDIA_GENERIC_ERROR_CODE
public static final OpenViduException.Code ROOM_CANNOT_BE_CREATED_ERROR_CODE
public static final OpenViduException.Code ROOM_CLOSED_ERROR_CODE
public static final OpenViduException.Code ROOM_NOT_FOUND_ERROR_CODE
public static final OpenViduException.Code ROOM_GENERIC_ERROR_CODE
public static final OpenViduException.Code USER_NOT_STREAMING_ERROR_CODE
public static final OpenViduException.Code EXISTING_USER_IN_ROOM_ERROR_CODE
public static final OpenViduException.Code USER_CLOSED_ERROR_CODE
public static final OpenViduException.Code USER_NOT_FOUND_ERROR_CODE
public static final OpenViduException.Code USER_GENERIC_ERROR_CODE
public static final OpenViduException.Code USER_UNAUTHORIZED_ERROR_CODE
public static final OpenViduException.Code ROLE_NOT_FOUND_ERROR_CODE
public static final OpenViduException.Code SESSIONID_CANNOT_BE_CREATED_ERROR_CODE
public static final OpenViduException.Code TOKEN_CANNOT_BE_CREATED_ERROR_CODE
public static final OpenViduException.Code USER_METADATA_FORMAT_INVALID_ERROR_CODE
public static final OpenViduException.Code SIGNAL_FORMAT_INVALID_ERROR_CODE
public static final OpenViduException.Code SIGNAL_TO_INVALID_ERROR_CODE
public static final OpenViduException.Code SIGNAL_MESSAGE_INVALID_ERROR_CODE
public static final OpenViduException.Code RECORDING_FILE_EMPTY_ERROR
public static final OpenViduException.Code RECORDING_DELETE_ERROR_CODE
public static final OpenViduException.Code RECORDING_LIST_ERROR_CODE
public static final OpenViduException.Code RECORDING_STOP_ERROR_CODE
public static final OpenViduException.Code RECORDING_START_ERROR_CODE
public static final OpenViduException.Code RECORDING_REPORT_ERROR_CODE
public static final OpenViduException.Code RECORDING_COMPLETION_ERROR_CODE
public static OpenViduException.Code[] values()
for (OpenViduException.Code c : OpenViduException.Code.values()) System.out.println(c);
public static OpenViduException.Code 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 int getValue()
Copyright © 2018 OpenVidu. All rights reserved.