Ory.Model.GenericError (ory_keto v0.11.0-alpha.0)

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.GenericError{
  code: integer() | nil,
  debug: String.t() | nil,
  details: %{optional(String.t()) => AnyType} | nil,
  id: String.t() | nil,
  message: String.t(),
  reason: String.t() | nil,
  request: String.t() | nil,
  status: String.t() | nil
}