IRuleError
What it does
Represents a rule error, format error or merging error in the document.
Note. Some methods and properties of this object are not available on the Web Verification Station for checking rules locally. The methods and properties that are not supported are marked with an asterisk (*).
Methods
Definition | Description |
GetFields() : IFields | Returns the fields associated with the given field error. |
Properties
Name | Type | Access | Description |
---|---|---|---|
IsWarning | bool | Read-only | Specifies whether the message is a warning. |
Message | string | Read-only | The text of the error message. |
RuleName | string | Read-only | The name of the rule that caused the error. For format and merging errors, an empty string is returned. |
RuleTags * | IRuleTags | Read-only | Returns the IRuleTags object with rule tags. |
Type | TRuleErrorType | Read-only | The error type. |
12.04.2024 18:16:02