# `Localize.LocaleIntegrityError`
[🔗](https://github.com/elixir-localize/localize/blob/v0.50.0/lib/localize/exception/locale_integrity_error.ex#L1)

Exception raised when a downloaded locale file fails integrity
verification against the hash manifest bundled with the package.

# `reason`

```elixir
@type reason() :: :hash_mismatch | :no_manifest_entry
```

# `t`

```elixir
@type t() :: %Localize.LocaleIntegrityError{
  __exception__: term(),
  actual: String.t() | nil,
  expected: String.t() | nil,
  locale_id: atom(),
  reason: reason(),
  url: String.t() | nil
}
```

---

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