Enum BusinessRuleDetailSeverity
The severity of a business rule detail.
Assembly: FacturXDotNet.dll
csharp
public enum BusinessRuleDetailSeverity
Fields
Trace
Something that is not important to note in most cases, but can be useful when debugging.
csharp
Trace = 0
Information
Something that is interesting to note, but does not affect the rule.
csharp
Information = 1
Warning
Something that did not cause the rule to fail, but is still important to know.
csharp
Warning = 2
Fatal
Something that caused the rule to fail.
csharp
Fatal = 3