DiagnosticSeverity
Overview
DiagnosticSeverity is a enum in Aspose.Cells for NET.
DiagnosticSeverity enum classifies diagnostic messages into four levels: Warning, Recoverable, LossyRecoverable, and Fatal.
Description
DiagnosticSeverity is an enumeration type in the Aspose.Cells FOSS library for .NET. It defines a set of named constants that control behavior or specify options within the API. Enumerations like DiagnosticSeverity help ensure type safety by restricting values to a predefined set.
Values
| Value | Description |
|---|---|
Warning | Non-critical issue; workbook loaded with minor concerns |
Recoverable | Issue encountered but workbook successfully recovered without data loss |
LossyRecoverable | Issue caused partial data loss during recovery |
Fatal | Critical error that prevents the workbook from loading |