Kinde.APIError exception (kinde v2.1.0)

Copy Markdown View Source

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

t()

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