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).
expected
actual
@type t() :: %DSMR.ChecksumError{ __exception__: true, actual: binary(), expected: binary() }