Ory.Model.GenericErrorContent (ory_client v1.6.2)

Error response

Summary

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
}

Functions