Function: isContextOverflowError()

function isContextOverflowError(error): error is ContextOverflowError;

Defined in: errors.ts:272

Type guard to check if an error is a ContextOverflowError

Parameters

Parameter Type
error unknown

Returns

error is ContextOverflowError