Ory.Model.ErrorFlowReplaced (ory_client v1.6.2)

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

Summary

Types

@type t() :: %Ory.Model.ErrorFlowReplaced{
  error: Ory.Model.GenericError.t() | nil,
  use_flow_id: String.t() | nil
}

Functions