# `Kinde.APIError`
[🔗](https://github.com/starfish-codes/elixir-kinde/blob/v2.1.0/lib/kinde/api_error.ex#L1)

Returned when the Kinde Management API responds with a non-200 status.

Contains the HTTP `status` code and a list of `errors` from the response body.

# `t`

```elixir
@type t() :: %Kinde.APIError{
  __exception__: true,
  errors: list(),
  status: Mint.Types.status()
}
```

---

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