DiagnosticSeverity

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

ValueDescription
WarningNon-critical issue; workbook loaded with minor concerns
RecoverableIssue encountered but workbook successfully recovered without data loss
LossyRecoverableIssue caused partial data loss during recovery
FatalCritical error that prevents the workbook from loading

See Also