Skip to main content

Module client_exceptions

Module client_exceptions 

Source
Expand description

Structs§

Error
Use composition to wrap the ClientError type in a struct that implements PyErr.

Type Aliases§

Result
This type automatically converts a ClientError to a Python exception when used by a function.