Reactor.Error.Internal.ComposeError exception (reactor v0.15.0)

View Source

This error is returned when two Reactors cannot be composed together.

Summary

Functions

exception(msg)

@spec exception(opts :: Keyword.t()) :: %Reactor.Error.Internal.ComposeError{
  __exception__: true,
  arguments: term(),
  bread_crumbs: term(),
  class: term(),
  inner_reactor: term(),
  message: term(),
  outer_reactor: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Reactor.Error.Internal.ComposeError without raising it.

Keys

  • :arguments
  • :inner_reactor
  • :message
  • :outer_reactor