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

Copy Markdown View Source

Invalid parameter ID format for bridge parameter.

The parameter ID must be in the format "servo_id:param_name" where servo_id is an integer between 1 and 253.

Summary

Types

t()

@type t() :: %BB.Error.Invalid.Bridge.InvalidParamId{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  param_id: term(),
  path: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}

Functions

exception(args)

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

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

Keys

  • :param_id