Skip to content

error ¤

DispatchError ¤

Bases: Exception

Base class for Dispatch exceptions.

TimeoutError ¤

Bases: DispatchError, TimeoutError

Operation timed out.

ThrottleError ¤

Bases: DispatchError

Operation was throttled.

InvalidArgumentError ¤

Bases: DispatchError, ValueError

Invalid argument was received.

InvalidResponseError ¤

Bases: DispatchError, ValueError

Invalid response was received.

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 ¤

Bases: DispatchError

The caller did not authenticate with the resource.

PermissionDeniedError ¤

Bases: DispatchError, PermissionError

The caller does not have access to the resource.

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.