# `ExOura.Client.ValidationError`
[🔗](https://github.com/tgrk/ex_oura/blob/v3.0.1/lib/ex_oura/client/validation_error.ex#L1)

Provides struct and type for a ValidationError

# `t`

```elixir
@type t() :: %ExOura.Client.ValidationError{
  loc: [integer() | String.t()],
  msg: String.t(),
  type: String.t()
}
```

---

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