Skip to main content

Interface: MonitorScopedOperationContext

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

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:10


details

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

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

identifier

readonly identifier: string;

monitorId?

readonly optional monitorId?: string;

isMonitorScoped

readonly isMonitorScoped: boolean;

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


message

readonly message: string;

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


operation

readonly operation: string;

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