This Feature is to set tenant specific custom error messages so that the end user can be prevented from seeing the actual error message.
Steps to add custom error description.
Eg: When we try to insert a character to a integer column in SQL table. It throws a error, ’’Failed to convert parameter value from a String to a Int64’’. This error will be customized to the error message that is updated in the tenant settings.
GetError
To get the actual error message thrown, a new rule Get Error has been implemented.
Rule Format
We can get the actual error message to a TextBox control using the Get Error rule, the trigger for the rule is ‘Error Handler’, which can be found in the default triggers.
Rule syntax:
Rule Section:
Preview: