Ory.Model.ErrorOAuth2 (ory_client v1.1.23)

Error

Link to this section Summary

Link to this section 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
}