Ory.Model.ErrorOAuth2 (ory_client v1.6.2)

Error

Summary

Types

@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