View Source Grizzly.ZWave.DecodeError exception (grizzly v7.4.2)

Exception for when decoding a Z-Wave Command goes wrong

Summary

Functions

Callback implementation for Exception.message/1.

Types

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

Functions

Callback implementation for Exception.message/1.