Ory.Model.FlowError (ory_client v1.1.23)

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.FlowError{
  created_at: DateTime.t() | nil,
  error: map() | nil,
  id: String.t(),
  updated_at: DateTime.t() | nil
}