ToolValidationError
Defined in: src/errors.ts:169
Thrown when a tool fails validation during registration.
Extends
Section titled “Extends”Error
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new ToolValidationError(message): ToolValidationError;Defined in: src/errors.ts:170
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
message | string |
Returns
Section titled “Returns”ToolValidationError
Overrides
Section titled “Overrides”Error.constructor