Skip to content

ValidationSeverity

NexusLabs.Needlr.Generators

ValidationSeverity Enum

Specifies the severity of a validation error.

public enum ValidationSeverity

Fields

Error 0

An error that will cause validation to fail and prevent startup.

Warning 1

A warning that will be logged but won't prevent startup.

Info 2

An informational message that will be logged.