View Source Pythonx.Error exception (Pythonx v0.4.9)

An exception raised when Python raises an exception.

Summary

Types

t()

@type t() :: %Pythonx.Error{
  __exception__: true,
  lines: [String.t()],
  traceback: Pythonx.Object.t(),
  type: Pythonx.Object.t(),
  value: Pythonx.Object.t()
}