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
GetDirectThread
operation. - GetThread
History Error - Error type for the
GetThreadHistory
operation. - GetThread
Topic Error - Error type for the
GetThreadTopic
operation. - 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
SendChatMessage
operation. - SetThread
Read Error - Error type for the
SetThreadRead
operation. - SetTyping
Status Error - Error type for the
SetTypingStatus
operation. - Unauthorized
Error - An error thrown when the requestee is not authenticated.
- Watch
Thread Error - Error type for the
WatchThread
operation.
Enums§
- GetDirect
Thread Error Kind - Types of errors that can occur for the
GetDirectThread
operation. - GetThread
History Error Kind - Types of errors that can occur for the
GetThreadHistory
operation. - GetThread
Topic Error Kind - Types of errors that can occur for the
GetThreadTopic
operation. - Send
Chat Message Error Kind - Types of errors that can occur for the
SendChatMessage
operation. - SetThread
Read Error Kind - Types of errors that can occur for the
SetThreadRead
operation. - SetTyping
Status Error Kind - Types of errors that can occur for the
SetTypingStatus
operation. - Watch
Thread Error Kind - Types of errors that can occur for the
WatchThread
operation.