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

Error when a tool execution times out.

Raised when a tool takes longer than its configured timeout.

# `t`

```elixir
@type t() :: %Nous.Errors.ToolTimeout{
  __exception__: true,
  message: String.t(),
  timeout: non_neg_integer() | nil,
  tool_name: String.t() | nil
}
```

---

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