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.

Constructors

Link copied to clipboard
constructor(error: Throwable, errorUpdatedAt: Long)

Properties

Link copied to clipboard
Link copied to clipboard