Table of Contents

Class BpaRuleError

Inheritance
BpaRuleError
Inherited Members
Namespace
TabularEditor.Shared.Scripting
Assembly
TabularEditor3.Shared.dll

Result of a BPA rule that failed to compile or evaluate.

public class BpaRuleError
Extension Methods

Constructors

BpaRuleError()

public BpaRuleError()

Properties

ErrorMessage

public string ErrorMessage { get; init; }

Property Value

Type Description
string

RuleId

public string RuleId { get; init; }

Property Value

Type Description
string

RuleName

public string RuleName { get; init; }

Property Value

Type Description
string