LiveLoad.Scenario.Error exception (LiveLoad v0.0.1-rc.32)

Copy Markdown View Source

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

Summary

Types

t()

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