DiagnosticSeverity

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

ValueDescription
WARNINGRepresents a non-fatal warning diagnostic that does not prevent workbook loading
RECOVERABLERepresents a recoverable error that can be fixed automatically during load
LOSSY_RECOVERABLERepresents a recoverable issue that may cause data loss but can be repaired
FATALRepresents a fatal error that prevents successful loading or processing

See Also