Reactor.Error.Invalid.ArgumentSubpathError exception (reactor v0.15.0)

View Source

This error is returned when an argument cannot have a subpath applied to it.

Summary

Functions

exception(msg)

@spec exception(opts :: Keyword.t()) :: %Reactor.Error.Invalid.ArgumentSubpathError{
  __exception__: true,
  argument: term(),
  bread_crumbs: term(),
  class: term(),
  culprit: term(),
  culprit_key: term(),
  culprit_path: term(),
  message: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  step: term(),
  value: term(),
  vars: term()
}

Create an Elixir.Reactor.Error.Invalid.ArgumentSubpathError without raising it.

Keys

  • :argument
  • :culprit
  • :culprit_key
  • :culprit_path
  • :message
  • :step
  • :value