remoteErrors

abstract val remoteErrors: SharedFlow<JsonRpcException>

A SharedFlow of JsonRpcException that originated from the remote peer and were not directly linked to a request.

It enables the tracking of errors sent back from the remote where the request id could not be determined (e.g. ParseError, InvalidRequest).