public interface MediaException
Modifier and Type | Interface and Description |
---|---|
static class |
MediaException.CancelledException
Current task is cancelled by developer.
|
static class |
MediaException.DataDeserializationException
Caused when SDK received unexpected response from server.
|
static class |
MediaException.InternalException
This means an unexpected error occurs, please report issue.
|
static class |
MediaException.InvalidLiveIdException
Thrown when live event id is null or empty string, please make sure the live event id is
correct and try again.
|
static class |
MediaException.NetworkException
Couldn't connect to server.
|
static class |
MediaException.NotFoundException
Couldn't find the media.
|
static class |
MediaException.PermissionDeniedException
This task is not permitted by server since what you want to do is not allowed or the
Identity of the user has no permission to access the media (e.g. |
static class |
MediaException.RequestRejectedException
This occurs when developer is trying to invoke a method with wrong parameter causing
IllegalArgumentException or calling a method in wrong state
causing IllegalStateException . |
static class |
MediaException.ServerException
An error occurs on server side.
|
static class |
MediaException.SocketConnectionException
Establishing socket connection failed or unexpected errors on socket happened, may be the
local issues or errors on server side.
|
static class |
MediaException.TooManyRequestException
Too many requests to server simultaneously, please try again later.
|
static class |
MediaException.UnauthorizedException
The user is unauthorized.
|
static class |
MediaException.UnavailableException
The "
available " flag of the live event is set to false. |
static class |
MediaException.UnprocessableEntityException
This means an unexpected error occurs, please report issue.
|