error
¤
DispatchError
¤
Bases: Exception
Base class for Dispatch exceptions.
TimeoutError
¤
ThrottleError
¤
InvalidArgumentError
¤
InvalidResponseError
¤
TemporaryError
¤
Bases: DispatchError
Generic temporary error. Used in cases where a more specific error class is not available, but the operation that failed should be attempted again.
PermanentError
¤
Bases: DispatchError
Generic permanent error. Used in cases where a more specific error class is not available, but the operation that failed should not be attempted again.
IncompatibleStateError
¤
Bases: DispatchError
Coroutine state is incompatible with the current interpreter and application revision.
DNSError
¤
Bases: DispatchError
, ConnectionError
Generic DNS error. Used in cases where a more specific error class is not available, but the operation that failed should be attempted again.
TCPError
¤
Bases: DispatchError
, ConnectionError
Generic TCP error. Used in cases where a more specific error class is not available, but the operation that failed should be attempted again.
HTTPError
¤
Bases: DispatchError
, ConnectionError
Generic HTTP error. Used in cases where a more specific error class is not available, but the operation that failed should be attempted again.
UnauthenticatedError
¤
PermissionDeniedError
¤
NotFoundError
¤
Bases: DispatchError
Generic not found error. Used in cases where a more specific error class is not available, but the operation that failed should not be attempted again.