JSONSchex.Types.Error (jsonschex v0.6.0)

Copy Markdown View Source

An error encountered during validation or schema compilation.

Use JSONSchex.format_error/1 to produce a human-readable string.

Summary

Types

t()

@type t() :: %JSONSchex.Types.Error{
  context: JSONSchex.Types.ErrorContext.t() | nil,
  path: list(),
  rule: atom(),
  value: term() | nil
}