use Error;
use ;
/// `JSError` represents various types of JavaScript errors that can occur during the execution
/// of JavaScript code in QuickJS.
///
/// This enum provides a convenient way to classify and handle different types of JavaScript errors
/// that may be encountered. Each variant includes an associated error message to help with
/// debugging and error reporting.