Enumeration: P5AsciifyErrorLevel
Defined in: errors/ErrorHandler.ts:17
Error handling levels for the p5.asciify library.
Determines how validation failures and errors are processed throughout the library. Each level provides different behavior for error reporting and execution flow control.
Example
// Set to warning level to log errors without stopping execution
p5asciify.setErrorLevel(P5AsciifyErrorLevel.WARNING);