The Varigence company brand logo
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Products
BimlFlexBimlStudioBimlExpress
Pricing
Solutions
IndustriesUse Cases
Resources
DocumentationKnowledge BaseBlog
About
CompanyContact Us
Schedule Demo
Account
Schedule Demo
Account

MetadataModelValidationSeverity Enumeration

The Severity enumeration provides options for specifying the impact of a given validation item. These severities have the ability to halt a currently running build, signal an error or warning, or to provide informational messages to the developer.

Enumeration Values

NameSummary
Fatal
Specifies that the validation item is an error and that it will immediately cause all further error processing to halt. This severity is used in cases where the error is so signifiacnt that any further errors are not necessarily meaningful once this error has been corrected,
Error
Specifies that the validation item is an error, but that further error processing should be permitted to occur. This severity is used when an error is detected, but further errors may also be relevant to the current build.
Warning
Specifies that the validation item is a warning and should not cause the current build to fail, even the the developer may want to inspect and correct the identified issue.
Message
Specifies that the validation item is a message. This severity does not impact build success and is presented only for informational purposes to the developer.

© Varigence