# `LiveLoad.Scenario.Error`
[🔗](https://github.com/probably-not/live-load/blob/v0.1.1/lib/live_load/scenario/error.ex#L1)

Any error that occurs within a `LiveLoad.Scenario` is marked on the `LiveLoad.Scenario.Context`
as a `LiveLoad.Scenario.Error`.

# `t`

```elixir
@type t() :: %LiveLoad.Scenario.Error{
  __exception__: true,
  args: term(),
  op: term(),
  reason: term(),
  step: term()
}
```

