public interface MessagingException
ChatroomManager
.Modifier and Type | Interface and Description |
---|---|
static class |
MessagingException.BannedWordException
The message you sent contains banned word(s), please see document
for more information.
|
static class |
MessagingException.ChatroomNameNotFoundException
This occurs when developer is trying to connect to a chatroom that doesn't exist.
|
static class |
MessagingException.InternalException
Internal error occurs.
|
static class |
MessagingException.NetworkException
Couldn't connect to server.
|
static class |
MessagingException.NotFoundException
Target resource couldn't be found.
|
static class |
MessagingException.PermissionException
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 execute the task.
|
static class |
MessagingException.RequestRejectedException
This occurs when developer is trying to invoke a method with wrong parameter causing
IllegalArgumentException or when chat room is in wrong ChatroomState
causing IllegalStateException . |
static class |
MessagingException.ServerException
An error occurs on server side.
|
static class |
MessagingException.TooManyRequestsException
Too many requests in specified time period, please try later.
|
static class |
MessagingException.UnauthorizedException
The user is unauthorized.
|
static class |
MessagingException.UserNotFoundException
The user doesn't exist.
|