Ory.Model.GenericError (ory_oathkeeper v25.4.0)

The standard error format

Summary

Types

t()

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

Functions

decode(value)