# `Ory.Model.LoginFlowTestStepError`

Populated when any step (token exchange, claims decode, Jsonnet evaluation, schema validation) cannot complete.

# `t`

```elixir
@type t() :: %Ory.Model.LoginFlowTestStepError{
  message: String.t() | nil,
  reason: String.t() | nil,
  step: String.t() | nil
}
```

# `decode`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
