Skip to content

Interface: DiagnosticResult ​

Defined in: types.ts:105

Aggregated result of multiple diagnostic steps.

Properties ​

overallStatus ​

readonly overallStatus: "ok" | "error" | "partial"

Defined in: types.ts:109

Overall status: 'ok' if all passed, 'partial' if some passed, 'error' if all failed


steps ​

readonly steps: readonly DiagnosticStep[]

Defined in: types.ts:107

Array of individual diagnostic steps