Skip to content

VerificationBehavior

NexusLabs.Needlr

NexusLabs.Needlr

VerificationBehavior Enum

Specifies the behavior when a verification issue is detected.

public enum VerificationBehavior

Fields

Silent 0

Ignore the issue silently.

Warn 1

Log a warning but continue.

Throw 2

Throw an exception to prevent the application from starting.