DSMR.ChecksumError exception (DSMR v1.1.0)

Copy Markdown View Source

Raised or returned when a telegram checksum does not match.

Contains the checksum found in the telegram (expected) and the checksum computed from the telegram contents (actual).

Summary

Types

t()

@type t() :: %DSMR.ChecksumError{
  __exception__: true,
  actual: binary(),
  expected: binary()
}