ToolTimeoutError
Thrown when a tool execution exceeds its configured timeout.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ToolTimeoutError(toolName, timeoutMs): ToolTimeoutError;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
|
|
|
Returns
Section titled “Returns”ToolTimeoutError
Overrides
Section titled “Overrides”Error.constructorProperties
Section titled “Properties”timeoutMs
Section titled “timeoutMs”readonly timeoutMs: number;toolName
Section titled “toolName”readonly toolName: string;