SessionError
This class represents the errors available for the WatchTogether session.
Field Summary
Type | Field |
Int | code - Error code |
String | name - Error name |
String | message - Error message |
Public Constructor Summary
Type | Methods | Parameters |
void | SessionError(final int code, final String name, final String message) |
|
Error codes
Code | Error | Description |
-1 | UNKNOWN_ERROR | Internal server error |
999 | GENERIC_ERROR_CODE | The request is not supported |
901 | GENERIC_CONNECTION_ERROR | The client closed the connection in the middle of the process of joining the room |
801 | TRANSPORT_REQUEST_ERROR_CODE | Failed to make a request to the media node |
802 | TRANSPORT_RESPONSE_ERROR_CODE | Invalid response from media node |
803 | TRANSPORT_ERROR_CODE |
|
Media Error codes
Code | Error | Description |
303 | MEDIA_ENDPOINT_ERROR_CODE |
|
308 | MEDIA_AUDIO_PERMISSION_ERROR_CODE |
|
309 | MEDIA_VIDEO_PERMISSION_ERROR_CODE |
|
Session Error codes
Code | Error | Description |
206 | SESSION_IS_FULL_ERROR_CODE | Exceeded limit of streaming participants in the room |
203 | SESSION_CLOSED_ERROR_CODE | |
201 | SESSION_GENERIC_ERROR_CODE |
|
User Error codes
Code | Error | Description |
106 | USER_NOT_AUTHORIZED_ERROR_CODE |
|
105 | USER_NOT_STREAMING_ERROR_CODE |
|
104 | EXISTING_USER_IN_SESSION_ERROR_CODE | A Participant tries to join a Session with a name that already exists |
103 | USER_CLOSED_ERROR_CODE |
|
102 | USER_NOT_FOUND_ERROR_CODE |
|
101 | USER_GENERIC_ERROR_CODE |
|
Last updated