Enum BowireRollupSeverity

Namespace
Kuestenlogik.Bowire.Reporting
Assembly
Kuestenlogik.Bowire.dll

Severity ladder the rollup gate compares against (#587).

public enum BowireRollupSeverity

Fields

High = 4

High severity — a failing contract, test or scan finding.

Info = 1

Informational only.

Low = 2

Low severity.

Medium = 3

Medium severity.

None = 0

Nothing reportable. Present so the enum has a zero value (CA1008); the rollup itself expresses "clean" as a null severity.