View Source Grizzly.ZWave.DecodeError exception (grizzly v6.7.0)

Exception for when decoding a Z-Wave Command goes wrong

Link to this section Summary

Functions

Callback implementation for Exception.message/1.

Link to this section Types

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

Link to this section Functions

Callback implementation for Exception.message/1.