# `BB.Error.Hardware.Disconnected`
[🔗](https://github.com/beam-bots/bb/blob/main/lib/bb/error/hardware/disconnected.ex#L5)

Hardware device is disconnected or not responding.

Raised when a device that was previously connected is no longer reachable.

# `exception`

```elixir
@spec exception(opts :: Keyword.t()) :: %BB.Error.Hardware.Disconnected{
  __exception__: true,
  bread_crumbs: term(),
  class: term(),
  device: term(),
  path: term(),
  reason: term(),
  splode: term(),
  stacktrace: term(),
  vars: term()
}
```

Create an `Elixir.BB.Error.Hardware.Disconnected` without raising it.

## Keys

- :device
- :reason

---

*Consult [api-reference.md](api-reference.md) for complete listing*
