reportQueryError
fun <T> QueryCommand.Context<T>.reportQueryError(error: Throwable, id: UniqueId, marker: Marker)(source)
Reports the query error.
Parameters
error
The query error.
id
The unique identifier of the query.
marker
The marker for the query.