View Source Grizzly.ZWave.DecodeError exception (grizzly v8.6.6)

Exception for when decoding a Z-Wave Command goes wrong

Summary

Functions

Callback implementation for Exception.message/1.

Types

t()

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

Functions

message(map)

Callback implementation for Exception.message/1.