ExCellerate.Error exception (excellerate v0.4.0)

Copy Markdown View Source

Represents an error in the ExCellerate system.

Summary

Types

t()

@type t() :: %ExCellerate.Error{
  __exception__: term(),
  column: integer() | nil,
  details: any(),
  line: integer() | nil,
  message: String.t(),
  type: :parser | :compiler | :runtime
}