Visual indication of script errors
- Last UpdatedJan 16, 2025
- 1 minute read
Verification errors in script text are marked with a red "squiggly" underline. The underline appears after approximately 2.5 seconds of keyboard inactivity.
Hovering over the error with the mouse cursor will display the error message as a tooltip. The tooltip error message is identical to the message shown when selecting the script verification button.
Note: In addition to error tooltips, the script editor will also display the variable name and type in a tooltip when hovering over a variable name in the script.
In some cases, more than one error will be underlined. This is not always possible because some errors prevent the compiler from continuing past the error.