Ory.Model.ErrorFlowReplaced (ory_client v1.22.1)

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

Summary

Types

t()

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

Functions

decode(value)