Module Overview
December 2, 2024 ยท View on GitHub
Asyncpal API Reference
Home | Project | Module | Source
Module Overview
Module: asyncpal.errors.__init__
Errors raised by the library
Classes
- BrokenPoolError: Common base class for all non-exit exceptions.
- add_note =
<method 'add_note' of 'BaseException' objects> - args =
<attribute 'args' of 'BaseException' objects> - with_traceback =
<method 'with_traceback' of 'BaseException' objects>
- add_note =
- CancelledError: Common base class for all non-exit exceptions.
- add_note =
<method 'add_note' of 'BaseException' objects> - args =
<attribute 'args' of 'BaseException' objects> - with_traceback =
<method 'with_traceback' of 'BaseException' objects>
- add_note =
- Error: Common base class for all non-exit exceptions.
- add_note =
<method 'add_note' of 'BaseException' objects> - args =
<attribute 'args' of 'BaseException' objects> - with_traceback =
<method 'with_traceback' of 'BaseException' objects>
- add_note =
- FinalizerError: Common base class for all non-exit exceptions.
- add_note =
<method 'add_note' of 'BaseException' objects> - args =
<attribute 'args' of 'BaseException' objects> - with_traceback =
<method 'with_traceback' of 'BaseException' objects>
- add_note =
- InitializerError: Common base class for all non-exit exceptions.
- add_note =
<method 'add_note' of 'BaseException' objects> - args =
<attribute 'args' of 'BaseException' objects> - with_traceback =
<method 'with_traceback' of 'BaseException' objects>
- add_note =
- InvalidStateError: Common base class for all non-exit exceptions.
- add_note =
<method 'add_note' of 'BaseException' objects> - args =
<attribute 'args' of 'BaseException' objects> - with_traceback =
<method 'with_traceback' of 'BaseException' objects>
- add_note =
- RemoteTraceback: An instance of this class is available on the context attribute of the last remote exception in an exception chain that occu...
- add_note =
<method 'add_note' of 'BaseException' objects> - args =
<attribute 'args' of 'BaseException' objects> - with_traceback =
<method 'with_traceback' of 'BaseException' objects> - traceback_lines; getter
- add_note =