Skip to content

ToolTimeoutError

Thrown when a tool execution exceeds its configured timeout.

  • Error
new ToolTimeoutError(toolName, timeoutMs): ToolTimeoutError;
Parameter Type

toolName

string

timeoutMs

number

ToolTimeoutError

Error.constructor
readonly timeoutMs: number;

readonly toolName: string;