# `MDEx.InvalidInputError`
[🔗](https://github.com/leandrocp/mdex/blob/v0.12.0/lib/mdex/errors.ex#L1)

Given input is invalid.

Usually this means that the input is not a string or a MDEx.Document struct.

# `t`

```elixir
@type t() :: %MDEx.InvalidInputError{__exception__: true, found: term()}
```

# `message`

---

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