# `Grax.ValidationError`
[🔗](https://github.com/rdf-elixir/grax/blob/v0.6.1/lib/grax/exceptions.ex#L1)

Raised when the validation of a Grax fails.

# `t`

```elixir
@type t() :: %Grax.ValidationError{
  __exception__: true,
  context: any(),
  errors: list()
}
```

# `add_error`

# `message`

---

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