# `Nous.Errors`
[🔗](https://github.com/nyo16/nous/blob/v0.17.1/lib/nous/errors.ex#L1)

Custom error types for Nous AI.

These exceptions provide structured error information for different
failure scenarios in agent execution.

Every exception accepts either a keyword list of fields (with an optional
`:message` override) or a bare message string; construction is shared via
`Nous.Errors.Base`.

---

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