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

Error when agent execution is cancelled.

Raised when an agent execution is explicitly cancelled
by the user or system.

# `t`

```elixir
@type t() :: %Nous.Errors.ExecutionCancelled{
  __exception__: true,
  message: String.t(),
  reason: String.t() | nil
}
```

---

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