Ory.Model.GenericError (ory_client v1.6.2)

Error responses are sent when an error (e.g. unauthorized, bad request, ...) occurred.

Summary

Types

@type t() :: %Ory.Model.GenericError{
  code: integer() | nil,
  debug: String.t() | nil,
  details: any() | 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
}

Functions