Table of Contents

Enum Severity

Namespace
Hi.Common.Messages
Assembly
HiGeom.dll

Importance level of an IMessage. Combined with Category to form the full meaning (e.g. Validation + Warning). Promoted from the former NcDiagnosticSeverity so non-NC messages (simple notices, progress fractions) share a single scale.

public enum Severity
Extension Methods

Fields

Error = 4

Definite issue — result may be incorrect.

Message = 0

Informational status.

Progress = 2

Ongoing progress / fraction update.

Success = 1

Completed successfully.

Warning = 3

Potential issue — processing continues.