An open-source XBRL processor for business rules, rendering and custom data reporting. See https://xbrl.us/xule for documentation and https://xbrl.us/xule-editor for a VS Code syntax highlighter.
In order to give as much information to people around errors, include the rule name as an argument on all xule:error validations.
Testing:
Get an error to fire during the evaluation of a rule. The resulting validation json should include the rule_name as argument on the xule:error validation.
Description:
In order to give as much information to people around errors, include the rule name as an argument on all
xule:error
validations.Testing:
Get an error to fire during the evaluation of a rule. The resulting validation json should include the
rule_name
as argument on thexule:error
validation.@campbellpryde @davidtauriello