Module pyo3::exceptions[][src]

Expand description

Exception types defined by Python.

Modules

Exceptions defined in asyncio module

Exceptions defined in socket module

Structs

Type Definitions

ArithmeticErrorDeprecated
AssertionErrorDeprecated
AttributeErrorDeprecated
BaseExceptionDeprecated
BlockingIOErrorDeprecated
BrokenPipeErrorDeprecated
BufferErrorDeprecated
ConnectionErrorDeprecated
EOFErrorDeprecated
ExceptionDeprecated
FileExistsErrorDeprecated
GeneratorExitDeprecated
IOErrorDeprecated
ImportErrorDeprecated
IndexErrorDeprecated
KeyErrorDeprecated
LookupErrorDeprecated
MemoryErrorDeprecated
NameErrorDeprecated
OSErrorDeprecated
OverflowErrorDeprecated
PermissionErrorDeprecated
RecursionErrorDeprecated
ReferenceErrorDeprecated
RuntimeErrorDeprecated
StopIterationDeprecated
SyntaxErrorDeprecated
SystemErrorDeprecated
SystemExitDeprecated
TimeoutErrorDeprecated
TypeErrorDeprecated
UnicodeErrorDeprecated
ValueErrorDeprecated