ReceiveFailure
data class ReceiveFailure(val error: Throwable, val errorUpdatedAt: Long) : SubscriptionAction<Nothing>
Indicates that the subscription has failed.
Parameters
error
The error that occurred.
errorUpdatedAt
The timestamp when the error occurred.