# `Snodo.Schema.Validator.Basic.Error`
[🔗](https://github.com/joshrotenberg/snodo/blob/v0.2.0/lib/snodo/schema/validator/basic.ex#L1)

A structured failure returned by `Snodo.Schema.Validator.Basic`.

# `path_segment`

```elixir
@type path_segment() :: String.t() | non_neg_integer()
```

# `t`

```elixir
@type t() :: %Snodo.Schema.Validator.Basic.Error{
  keyword: String.t(),
  message: String.t(),
  path: [path_segment()]
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
