DiagnosticSeverity
Overview
DiagnosticSeverity is a enum in Aspose.Cells FOSS for Java.
Represents the severity level of a diagnostic message.
This enumeration defines 4 values: WARNING, RECOVERABLE, LOSSY_RECOVERABLE, FATAL.
Values
| Value | Description |
|---|---|
WARNING | Represents a non-fatal warning diagnostic that does not prevent workbook loading |
RECOVERABLE | Represents a recoverable error that can be fixed automatically during load |
LOSSY_RECOVERABLE | Represents a recoverable issue that may cause data loss but can be repaired |
FATAL | Represents a fatal error that prevents successful loading or processing |