BB.Error.Safety.EmergencyStop exception (bb v0.15.0)

View Source

Emergency stop triggered.

Raised when an emergency stop condition is detected, either from hardware (e-stop button) or software safety systems.

Summary

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %BB.Error.Safety.EmergencyStop{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  path: term(),
  reason: term(),
  source: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.BB.Error.Safety.EmergencyStop without raising it.

Keys

  • :source
  • :reason