Brix.Validator.Issue (Brix v0.1.1)

Copy Markdown View Source

A validation issue found in the content tree. Severity :error blocks loading, :warning does not.

Summary

Types

t()

@type t() :: %Brix.Validator.Issue{
  message: String.t(),
  path: String.t(),
  severity: :error | :warning,
  type: atom()
}