Error Messages
Properties::Settings::
The check box is checked by default.
Check box to set the display toggle settings for messages related to errors that occur during application execution.
Some messages are forced to be displayed in the event of an error.
Mainly, REGEX-related errors can be toggled via settings from the properties. However, fatal errors related to parameter transmission are forcibly displayed.
Syntax Errors
The user-input REGEX is processed correctly if there are no syntax errors. However, mistakes are common, and in many cases, it is only after triggering exceptions or errors that you can determine whether there are syntax errors in the actual environment. Therefore, some trial and error is initially required.
The ability to display errors that occur during development is an important debugging feature, even if the syntax has already been verified in advance using external tools.
Details
If you don’t prefer pop-up windows interrupting the process, you can turn off the checkbox to hide the message. REGEX Syntax Errors can be caught as events using the Event Detection feature, allowing you to handle errors in CF25.
-
Default settings are recommended during application development.
-
This checkbox setting also partially addresses non-regular expression errors and exceptions.