ErrorAndStackTraceValueStreamExtension<T> extension

Extension method on ValueStream to access the last emitted ErrorAndStackTrace.

on

Properties

errorAndStackTraceOrNull ErrorAndStackTrace?

Available on ValueStream<T>, provided by the ErrorAndStackTraceValueStreamExtension extension

Returns the last emitted ErrorAndStackTrace, or null if no error events have been emitted yet.
no setter