# `Deputy.Error.ParseError`
[🔗](https://github.com/sgerrand/ex_deputy/blob/v0.4.0/lib/deputy/error.ex#L58)

Represents an error that occurred while parsing the API response.

# `t`

```elixir
@type t() :: %Deputy.Error.ParseError{
  __exception__: true,
  message: String.t(),
  raw_data: any()
}
```

---

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