Table of Contents

Property Failures

Namespace
RuleWright.Core
Assembly
RuleWright.Core.dll

Failures

The authored failureMessage of every rule that was evaluated and whose condition did not pass, in evaluation order. Rules without a failureMessage, rules that matched, and rules that were skipped (disabled, or unreached after a stop-on-first-match) contribute nothing. Empty when no evaluated rule with a message failed.

public IReadOnlyList<RuleFailure> Failures { get; }

Property Value

IReadOnlyList<RuleFailure>