Ory.Model.GenericErrorContent (ory_client v1.1.23)

Error response

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.GenericErrorContent{
  debug: String.t() | nil,
  error: String.t() | nil,
  error_description: String.t() | nil,
  message: String.t() | nil,
  status_code: integer() | nil
}