Ory.Model.ErrorOAuth2 (ory_client v1.22.1)

Error

Summary

Types

t()

@type t() :: %Ory.Model.ErrorOAuth2{
  error: String.t() | nil,
  error_debug: String.t() | nil,
  error_description: String.t() | nil,
  error_hint: String.t() | nil,
  status_code: integer() | nil
}

Functions

decode(value)