Rx.Error exception (rx v0.1.0)

Copy Markdown View Source

Exception raised for R parse, evaluation, print, and plot errors.

Summary

Types

t()

@type t() :: %Rx.Error{
  __exception__: true,
  call: String.t() | nil,
  message: String.t(),
  output: map() | nil,
  r_class: [String.t()] | nil,
  traceback: [String.t()] | nil
}