Skip to main content

Interface: StatusUpdateSubscriptionResult

Defined in: src/stores/sites/utils/statusUpdateHandler.ts:80

Result returned when attempting to subscribe to status updates.

Propertiesโ€‹

errorsโ€‹

errors: string[]

Defined in: src/stores/sites/utils/statusUpdateHandler.ts:82

Collected error messages encountered during subscription.


expectedListenersโ€‹

expectedListeners: number

Defined in: src/stores/sites/utils/statusUpdateHandler.ts:84

Expected number of listeners to attach.


listenersAttachedโ€‹

listenersAttached: number

Defined in: src/stores/sites/utils/statusUpdateHandler.ts:86

Total number of listeners that were attached.


listenerStatesโ€‹

listenerStates: ListenerAttachmentState[]

Defined in: src/stores/sites/utils/statusUpdateHandler.ts:88

Detailed attachment state for each listener scope.


successโ€‹

success: boolean

Defined in: src/stores/sites/utils/statusUpdateHandler.ts:90

Whether all listeners were attached successfully without errors.