Reactor.Error.Validation.MissingReturnError exception (reactor v0.15.0)

View Source

An error returned when a Reactor cannot be validated because of a missing return value.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %Reactor.Error.Validation.MissingReturnError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  path: term(),
  reactor: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.Reactor.Error.Validation.MissingReturnError without raising it.

Keys

  • :reactor