DEBOUNCE_CANCELED_ERROR_MESSAGE:"Debounced function invocation was canceled" = 'Debounced function invocation was canceled'
Message of the error with which a pending debounced invocation's promise rejects when
DebouncedFunction.cancel is called. Compare a caught error's message against this to
distinguish cancellation from real errors.
Message of the error with which a pending debounced invocation's promise rejects when DebouncedFunction.cancel is called. Compare a caught error's message against this to distinguish cancellation from real errors.