View Source Pythonx.Error exception (Pythonx v0.4.9)
An exception raised when Python raises an exception.
Summary
Types
@type t() :: %Pythonx.Error{ __exception__: true, lines: [String.t()], traceback: Pythonx.Object.t(), type: Pythonx.Object.t(), value: Pythonx.Object.t() }