Ory.Model.GenericError (ory_oathkeeper v0.40.6)

The standard error format

Summary

Types

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