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

Copy Markdown View Source

Attempted to write to a read-only parameter.

Some servo parameters (like firmware version) are read-only and cannot be modified.

Summary

Types

t()

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

Functions

exception(args)

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

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

Keys

  • :param_name