Skip to main content

Interface: StatusUpdateSubscriptionResult

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

Result returned when attempting to subscribe to status updates.

Propertiesโ€‹

errorsโ€‹

errors: string[]

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

Collected error messages encountered during subscription.


expectedListenersโ€‹

expectedListeners: number

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

Expected number of listeners to attach.


listenersAttachedโ€‹

listenersAttached: number

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

Total number of listeners that were attached.


listenerStatesโ€‹

listenerStates: ListenerAttachmentState[]

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

Detailed attachment state for each listener scope.


successโ€‹

success: boolean

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

Whether all listeners were attached successfully without errors.