Skip to main content

Interface: MonitorScopedOperationContext

Defined in: electron/orchestrator/utils/monitorScope.ts:12

Standardized error-context metadata for operations that can target an entire site or a specific monitor.

Properties

code

readonly code: string

Defined in: electron/orchestrator/utils/monitorScope.ts:13


details

readonly details: { identifier: string; monitorId?: string; }

Defined in: electron/orchestrator/utils/monitorScope.ts:14

identifier

readonly identifier: string

monitorId?

readonly optional monitorId: string


isMonitorScoped

readonly isMonitorScoped: boolean

Defined in: electron/orchestrator/utils/monitorScope.ts:18


message

readonly message: string

Defined in: electron/orchestrator/utils/monitorScope.ts:19


operation

readonly operation: string

Defined in: electron/orchestrator/utils/monitorScope.ts:20