Ory.Model.ErrorFlowReplaced (ory_client v1.1.23)

Is sent when a flow is replaced by a different flow of the same class

Link to this section Summary

Link to this section Types

@type t() :: %Ory.Model.ErrorFlowReplaced{
  code: integer() | nil,
  debug: String.t() | nil,
  details: %{optional(String.t()) => AnyType} | nil,
  id: String.t() | nil,
  message: String.t(),
  reason: String.t() | nil,
  request: String.t() | nil,
  status: String.t() | nil,
  use_flow_id: String.t() | nil
}