Reactor.File.OverwriteError exception (reactor_file v0.18.3)

View Source

This exception is returned when a step would otherwise overwritten data without permission.

Summary

Functions

exception(msg)

@spec exception(opts :: Keyword.t()) :: %Reactor.File.OverwriteError{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  file: term(),
  message: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  step: term(),
  vars: term()
}

Create an Elixir.Reactor.File.OverwriteError without raising it.

Keys

  • :step
  • :message
  • :file