AsyncOptions
AsyncOptions =
object
Defined in: Composition/tap.ts:84
Configuration options for tap.async.
Properties
Section titled “Properties”onError?
Section titled “onError?”
readonlyoptionalonError?: (error) =>void
Defined in: Composition/tap.ts:89
A callback to handle exceptions thrown by the async side-effect.
Defaults to logging via console.error.
Parameters
Section titled “Parameters”unknown
Returns
Section titled “Returns”void