PythonInterface.Error exception (AxiomAI v0.1.11)

View Source

An exception raised when Python raises an exception.

Summary

Types

t()

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