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

An exception raised when Python raises an exception.

Summary

Types

t()

@type t() :: %{
  type: Pythonx.Object.t(),
  value: Pythonx.Object.t(),
  traceback: Pythonx.Object.t()
}