Exception raised when a downloaded locale file fails integrity verification against the hash manifest bundled with the package.
@type reason() :: :hash_mismatch | :no_manifest_entry
@type t() :: %Localize.LocaleIntegrityError{ __exception__: term(), actual: String.t() | nil, expected: String.t() | nil, locale_id: atom(), reason: reason(), url: String.t() | nil }