Module pyo3::exceptions[][src]

Exception types defined by Python.

Modules

asyncio

Exceptions defined in asyncio module

socket

Exceptions defined in socket module

Structs

PyArithmeticError
PyAssertionError
PyAttributeError
PyBaseException
PyBlockingIOError
PyBrokenPipeError
PyBufferError
PyChildProcessError
PyConnectionAbortedError
PyConnectionError
PyConnectionRefusedError
PyConnectionResetError
PyEOFError
PyEnvironmentError
PyException
PyFileExistsError
PyFileNotFoundError
PyFloatingPointError
PyGeneratorExit
PyIOError
PyImportError
PyIndexError
PyInterruptedError
PyIsADirectoryError
PyKeyError
PyKeyboardInterrupt
PyLookupError
PyMemoryError
PyModuleNotFoundError
PyNameError
PyNotADirectoryError
PyNotImplementedError
PyOSError
PyOverflowError
PyPermissionError
PyProcessLookupError
PyRecursionError
PyReferenceError
PyRuntimeError
PyStopAsyncIteration
PyStopIteration
PySyntaxError
PySystemError
PySystemExit
PyTimeoutError
PyTypeError
PyUnboundLocalError
PyUnicodeDecodeError
PyUnicodeEncodeError
PyUnicodeError
PyUnicodeTranslateError
PyValueError
PyZeroDivisionError

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