textmode.js / errors / TextmodeErrorLevel
Enumeration: TextmodeErrorLevel
Controls how validation failures are reported.
NOTE
This setting currently covers validation paths that use the shared error handler. Other runtime failures may still throw.
Example
js
// Set to `WARNING` level to log errors without stopping execution
textmode.setErrorLevel(TextmodeErrorLevel.WARNING);