html_generator

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§

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

Type Aliases§

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