Structured error returned while parsing, validating, or compiling a template.
Summary
Types
@type t() :: %PaperForge.Declarative.Error{ __exception__: term(), code: atom(), column: pos_integer() | nil, details: term(), line: pos_integer() | nil, message: binary(), path: binary(), source: binary() | nil }