# `Grizzly.ZWave.DecodeError`
[🔗](https://github.com/smartrent/grizzly/blob/v9.1.2/lib/grizzly/zwave/decode_error.ex#L1)

Exception for when decoding a Z-Wave Command goes wrong

# `t`

```elixir
@type t() :: %Grizzly.ZWave.DecodeError{
  __exception__: true,
  command: atom(),
  param: atom(),
  reason: term(),
  value: binary() | byte() | nil
}
```

# `message`

---

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