Interface: DiagnosticResult ​
Defined in: types.ts:105
Aggregated result of multiple diagnostic steps.
Properties ​
overallStatus ​
readonlyoverallStatus:"ok"|"error"|"partial"
Defined in: types.ts:109
Overall status: 'ok' if all passed, 'partial' if some passed, 'error' if all failed
steps ​
readonlysteps: readonlyDiagnosticStep[]
Defined in: types.ts:107
Array of individual diagnostic steps