Function: isToolLoopError()

function isToolLoopError(error): error is ToolLoopError;

Defined in: errors.ts:300

Type guard to check if an error is a ToolLoopError

Parameters

Parameter Type
error unknown

Returns

error is ToolLoopError