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

HTTPValidationError

# `t`

```elixir
@type t() :: %PolarExpress.Schemas.HTTPValidationError{
  detail: [PolarExpress.Schemas.ValidationError.t()] | nil
}
```

* `detail`

# `schema_name`

---

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