GtBridge.Eval.Error (gt_bridge v0.17.2)

Copy Markdown View Source

I reprsent an error in evaluation

We are a custom type so the GT side can easily create views of me!

Summary

Types

t()

@type t() :: %GtBridge.Eval.Error{
  error: any() | nil,
  kind: Exception.non_error_kind() | nil,
  trace: Exception.stacktrace() | nil
}

Functions

dump_error(error)

@spec dump_error(t()) :: String.t()