Bloccs.Parser.Error (bloccs v0.2.0)

Copy Markdown View Source

A structured parser error pinned to a file + section.

Summary

Types

t()

@type t() :: %Bloccs.Parser.Error{
  file: Path.t() | nil,
  message: String.t(),
  section: String.t() | nil
}