errorMessage

abstract val errorMessage: String?

If state returns SubscriptionSetState.ERROR, this method will return the reason. Errors can be fixed by modifying the subscription accordingly and then call SubscriptionSet.waitForSynchronization.

Return

the underlying error if the subscription set is in the SubscriptionSetState.ERROR state. For all other states null will be returned.