View Source Reactor.Error.Invalid.ForcedFailureError exception (reactor v0.10.1)

This error is returned when the flunk DSL entity or the Reactor.Step.Fail step are called.

Summary

Types

@type t() :: %Reactor.Error.Invalid.ForcedFailureError{
  __exception__: true,
  arguments: %{required(atom()) => any()},
  bread_crumbs: term(),
  class: term(),
  context: map(),
  message: String.t(),
  options: keyword(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  step_name: any(),
  vars: term()
}

Functions