Module error

Source
Expand description

Errors that can occur when calling the service.

Modules§

bad_request_error
See BadRequestError
forbidden_error
See ForbiddenError
internal_error
See InternalError
not_found_error
See NotFoundError
rate_limit_error
See RateLimitError
unauthorized_error
See UnauthorizedError

Structs§

BadRequestError
An error thrown when the requestee has sent an invalid or malformed request.
ForbiddenError
An error thrown when the requestee requests a resource they do not have access to.
GetDirectThreadError
Error type for the GetDirectThread operation.
GetThreadHistoryError
Error type for the GetThreadHistory operation.
GetThreadTopicError
Error type for the GetThreadTopic operation.
InternalError
An error caused by internal server problems.
NotFoundError
An error thrown when the requestee requests a non existant resource.
RateLimitError
An error thrown when the requestee has hit a rate limit. You are sending too many requests too quickly.
SendChatMessageError
Error type for the SendChatMessage operation.
SetThreadReadError
Error type for the SetThreadRead operation.
SetTypingStatusError
Error type for the SetTypingStatus operation.
UnauthorizedError
An error thrown when the requestee is not authenticated.
WatchThreadError
Error type for the WatchThread operation.

Enums§

GetDirectThreadErrorKind
Types of errors that can occur for the GetDirectThread operation.
GetThreadHistoryErrorKind
Types of errors that can occur for the GetThreadHistory operation.
GetThreadTopicErrorKind
Types of errors that can occur for the GetThreadTopic operation.
SendChatMessageErrorKind
Types of errors that can occur for the SendChatMessage operation.
SetThreadReadErrorKind
Types of errors that can occur for the SetThreadRead operation.
SetTypingStatusErrorKind
Types of errors that can occur for the SetTypingStatus operation.
WatchThreadErrorKind
Types of errors that can occur for the WatchThread operation.