BB.Error.Invalid.Bridge.UnknownParam exception (bb_servo_feetech v0.2.3)

Copy Markdown View Source

Unknown parameter name for bridge parameter.

The parameter name is not defined in the servo's control table.

Summary

Types

t()

@type t() :: %BB.Error.Invalid.Bridge.UnknownParam{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  control_table: module() | nil,
  param_name: atom(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Functions

exception(args)

@spec exception(opts :: Keyword.t()) :: %BB.Error.Invalid.Bridge.UnknownParam{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  control_table: term(),
  param_name: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Create an Elixir.BB.Error.Invalid.Bridge.UnknownParam without raising it.

Keys

  • :param_name
  • :control_table