textmode.js / TextmodeErrorLevel
Enumeration: TextmodeErrorLevel
Error handling levels to control how errors are reported and handled.
Determines how validation failures and errors are processed throughout the library. Each level provides different behavior for error reporting and execution flow control.
Note
This feature is currently not fully implemented across all modules, and most textmode.js functions will still throw errors if used incorrectly.
Example
javascript
// Set to `WARNING` level to log errors without stopping execution
textmode.setErrorLevel(TextmodeErrorLevel.WARNING);