Module socket
pyo3
0.24.0
Module socket
Module Items
Structs
In pyo3::
exceptions
Modules
asyncio
socket
Macros
impl_native_exception
native_doc
Structs
PyArithmeticError
PyAssertionError
PyAttributeError
PyBaseException
PyBlockingIOError
PyBrokenPipeError
PyBufferError
PyBytesWarning
PyChildProcessError
PyConnectionAbortedError
PyConnectionError
PyConnectionRefusedError
PyConnectionResetError
PyDeprecationWarning
PyEOFError
PyEnvironmentError
PyException
PyFileExistsError
PyFileNotFoundError
PyFloatingPointError
PyFutureWarning
PyGeneratorExit
PyIOError
PyImportError
PyImportWarning
PyIndexError
PyInterruptedError
PyIsADirectoryError
PyKeyError
PyKeyboardInterrupt
PyLookupError
PyMemoryError
PyModuleNotFoundError
PyNameError
PyNotADirectoryError
PyNotImplementedError
PyOSError
PyOverflowError
PyPendingDeprecationWarning
PyPermissionError
PyProcessLookupError
PyRecursionError
PyReferenceError
PyResourceWarning
PyRuntimeError
PyRuntimeWarning
PyStopAsyncIteration
PyStopIteration
PySyntaxError
PySyntaxWarning
PySystemError
PySystemExit
PyTimeoutError
PyTypeError
PyUnboundLocalError
PyUnicodeDecodeError
PyUnicodeEncodeError
PyUnicodeError
PyUnicodeTranslateError
PyUnicodeWarning
PyUserWarning
PyValueError
PyWarning
PyZeroDivisionError
⚠️ Internal Docs ⚠️ Not Public API 👉
Official Docs Here
pyo3
::
exceptions
Module
socket
Copy item path
Settings
Help
Summary
Source
Expand description
Exceptions defined in Python’s
socket
module.
Structs
§
gaierror
A Rust type representing an exception defined in Python code.
herror
A Rust type representing an exception defined in Python code.
timeout
A Rust type representing an exception defined in Python code.