xbrl.formula.SeverityLevel¶
The xbrl.formula.SeverityLevel enumeration represents the value of the ‘level’ attribute on an <sev:severity> resource. See here for more details.
Constants¶
- xbrl.formula.SeverityLevel.ERROR
An error will be reported for each unsatisified assertion evaluation.
- xbrl.formula.SeverityLevel.WARNING
A warning will be reported for each unsatisified assertion evaluation.
- xbrl.formula.SeverityLevel.OK
Unsatisified assertion evaluations will be ignored.