A structured failure returned by Snodo.Schema.Validator.Basic.
Summary
Types
@type path_segment() :: String.t() | non_neg_integer()
@type t() :: %Snodo.Schema.Validator.Basic.Error{ keyword: String.t(), message: String.t(), path: [path_segment()] }