Types

Link copied to clipboard
public final class AttachmentUploadError extends RuntimeChatException

Exception reported when the SDK was unable to upload supplied attachment.

Link copied to clipboard
public final class AuthorizationError extends RuntimeChatException

SDK has received information from server that authorization of user has failed. SDK instance should be considered in invalid state. New instance should be created before connection attempt is made again. Integrators should also check if their authorization setup is correct.

Link copied to clipboard

Exception reported when server reports error in response to an action (e.g. sending of a message).

Properties

Link copied to clipboard
private final Throwable cause
Link copied to clipboard
private final String message

Functions

Link copied to clipboard
public final Unit addSuppressed(Throwable p0)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
public String getMessage()
Link copied to clipboard
Link copied to clipboard
public final Array<Throwable> getSuppressed()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard