@epikodelabs/streamix / src/public-api / pushError
Function: pushError()
pushError<
T>(state,_iterator,err,onPush?):void
Defined in: projects/libraries/streamix/src/lib/utils/helpers.ts:218
Push an error signal
Type Parameters
T
T
Parameters
state
_iterator
any
err
any
onPush?
() => void
Returns
void