# `Maru.Params.ParseError`

Raised when a parameter can't be parsed or validated.

`:attribute` is the name of the parameter itself while `:path` is the
full position of it within the parsed params, for example
`[:address, :tags, 0]` for the first element of `address.tags`.

# `message`

# `position`

Human readable position of the parameter which caused the error,
e.g. `address.tags[0]`.

---

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