Nous.Errors.ExecutionCancelled exception (nous v0.15.7)

View Source

Error when agent execution is cancelled.

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

Summary

Types

t()

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