Expand description
The error
module contains error types for HTML generation.
Error types for HTML generation and processing.
This module defines custom error types used throughout the HTML generation library. It provides a centralized location for all error definitions, making it easier to manage and handle errors consistently across the codebase.
Enums§
- Enum to represent various errors that can occur during HTML generation, processing, or optimization.
Type Aliases§
- Type alias for a result using the
HtmlError
error type.