Module pyo3::exceptions [−][src]
Expand description
Exception types defined by Python.
Modules
Structs
Type Definitions
ArithmeticErrorDeprecated
AssertionErrorDeprecated
AttributeErrorDeprecated
BaseExceptionDeprecated
BlockingIOErrorDeprecated
BrokenPipeErrorDeprecated
BufferErrorDeprecated
ChildProcessErrorDeprecated
ConnectionAbortedErrorDeprecated
ConnectionErrorDeprecated
ConnectionRefusedErrorDeprecated
ConnectionResetErrorDeprecated
EOFErrorDeprecated
EnvironmentErrorDeprecated
ExceptionDeprecated
FileExistsErrorDeprecated
FileNotFoundErrorDeprecated
FloatingPointErrorDeprecated
GeneratorExitDeprecated
IOErrorDeprecated
ImportErrorDeprecated
IndexErrorDeprecated
InterruptedErrorDeprecated
IsADirectoryErrorDeprecated
KeyErrorDeprecated
KeyboardInterruptDeprecated
LookupErrorDeprecated
MemoryErrorDeprecated
ModuleNotFoundErrorDeprecated
NameErrorDeprecated
NotADirectoryErrorDeprecated
NotImplementedErrorDeprecated
OSErrorDeprecated
OverflowErrorDeprecated
PermissionErrorDeprecated
ProcessLookupErrorDeprecated
RecursionErrorDeprecated
ReferenceErrorDeprecated
RuntimeErrorDeprecated
StopAsyncIterationDeprecated
StopIterationDeprecated
SyntaxErrorDeprecated
SystemErrorDeprecated
SystemExitDeprecated
TimeoutErrorDeprecated
TypeErrorDeprecated
UnboundLocalErrorDeprecated
UnicodeDecodeErrorDeprecated
UnicodeEncodeErrorDeprecated
UnicodeErrorDeprecated
UnicodeTranslateErrorDeprecated
ValueErrorDeprecated
ZeroDivisionErrorDeprecated