Ory.Model.GenericError (ory_client v1.21.1)

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

Summary

Types

t()

@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

decode(value)