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>
  • 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>
  • 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>
  • 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>
  • 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>
  • 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>
  • 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

Back to top