Module error

Source
Expand description

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§

ErrorKind
Types of accessibility-related errors
HtmlError
Enum to represent various errors that can occur during HTML generation, processing, or optimization.
SeoErrorKind
Types of SEO-related errors

Type Aliases§

Result
Type alias for a result using the HtmlError error type.