reportSubscriptionError
fun <T> SubscriptionCommand.Context<T>.reportSubscriptionError(error: Throwable, id: UniqueId, marker: Marker)
Reports the subscription error.
Parameters
error
The error of the subscription.
id
The unique identifier of the subscription.
marker
The marker for the subscription.