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§
- BadRequest
Error - An error thrown when the requestee has sent an invalid or malformed request.
- Forbidden
Error - An error thrown when the requestee requests a resource they do not have access to.
- GetDirect
Thread Error - Error type for the
GetDirectThreadoperation. - GetThread
History Error - Error type for the
GetThreadHistoryoperation. - GetThread
Topic Error - Error type for the
GetThreadTopicoperation. - Internal
Error - An error caused by internal server problems.
- NotFound
Error - An error thrown when the requestee requests a non existant resource.
- Rate
Limit Error - An error thrown when the requestee has hit a rate limit. You are sending too many requests too quickly.
- Send
Chat Message Error - Error type for the
SendChatMessageoperation. - SetThread
Read Error - Error type for the
SetThreadReadoperation. - SetTyping
Status Error - Error type for the
SetTypingStatusoperation. - Unauthorized
Error - An error thrown when the requestee is not authenticated.
- Watch
Thread Error - Error type for the
WatchThreadoperation.
Enums§
- GetDirect
Thread Error Kind - Types of errors that can occur for the
GetDirectThreadoperation. - GetThread
History Error Kind - Types of errors that can occur for the
GetThreadHistoryoperation. - GetThread
Topic Error Kind - Types of errors that can occur for the
GetThreadTopicoperation. - Send
Chat Message Error Kind - Types of errors that can occur for the
SendChatMessageoperation. - SetThread
Read Error Kind - Types of errors that can occur for the
SetThreadReadoperation. - SetTyping
Status Error Kind - Types of errors that can occur for the
SetTypingStatusoperation. - Watch
Thread Error Kind - Types of errors that can occur for the
WatchThreadoperation.