Namespace Nexamas.UI.Verification

    ''' <summary>
    ''' Severity used by the render verification gate and runner.
    ''' Errors block the phase gate; warnings document non-blocking readiness limitations.
    ''' </summary>
    Friend Enum MASRenderVerificationFindingSeverity
        Information = 0
        Warning = 1
        [Error] = 2
    End Enum

End Namespace
