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.
Summary
Types
@type t() :: %Kinde.APIError{ __exception__: true, errors: list(), status: Mint.Types.status() }