Search
Error responses are sent when an error (e.g. unauthorized, bad request, ...) occurred.
@type t() :: %Ory.Model.GenericError{ code: integer() | nil, debug: String.t() | nil, details: AnyType | nil, error: Ory.Model.GenericErrorContent.t() | nil, id: String.t() | nil, message: String.t(), reason: String.t() | nil, request: String.t() | nil, status: String.t() | nil }