# `PolarExpress.Schemas.ValidationError`
[🔗](https://github.com/jeffhuen/polar_express/blob/main/lib/polar_express/schemas/validation_error.ex#L2)

ValidationError

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.ValidationError{
  ctx: map() | nil,
  input: term(),
  loc: [String.t() | integer()] | nil,
  msg: String.t() | nil,
  type: String.t() | nil
}
```

* `ctx`
* `input`
* `loc`
* `msg`
* `type`

# `schema_name`

---

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