# `ExGram.Model.PassportElementErrorUnspecified`
[🔗](https://github.com/rockneurotiko/ex_gram/blob/0.64.0/lib/ex_gram.ex#L7349)

Represents an issue in an unspecified place. The error is considered resolved when new data is added.

Check the [documentation of this model on Telegram Bot API](https://core.telegram.org/bots/api#passportelementerrorunspecified)

- `source`: Error source, must be unspecified
- `type`: Type of element of the user's Telegram Passport which has the issue
- `element_hash`: Base64-encoded element hash
- `message`: Error message

# `t`

```elixir
@type t() :: %ExGram.Model.PassportElementErrorUnspecified{
  element_hash: String.t(),
  message: String.t(),
  source: String.t(),
  type: String.t()
}
```

# `decode_as`

---

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