# `DSMR.ChecksumError`
[🔗](https://github.com/mijnverbruik/dsmr/blob/v1.1.0/lib/dsmr.ex#L10)

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`).

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
