Search
The standard error format
@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 }