Skip to main content
Provides access to errors generated by business rules.

Properties

NameData TypeAccess LevelDescription
CurrentFieldIdstringRead-onlyThe identifier of the field that was checked by the rule when the error was detected.
CustomMessagestringRead-onlyAn error message defined by the user. For built-in rules and error messages that have not been set, this will return an empty string.
ErrorParametersobjectRead-onlyThe error parameters. Returns values only for built-in rules.
ErrorTypestringRead-onlyThe error type.
RuleIdstringRead-onlyThe identifier of the rule that generated the error.