Skip to main content

Module error

Module error 

Source
Expand description

Error Type Definition Module

This module defines the various error types that may be encountered during EPUB file parsing and processing. All errors are uniformly wrapped in the EpubError enumeration for convenient error handling by the caller.

§Main Error Types

  • EpubError - Enumeration of main errors during EPUB processing
  • EpubBuilderError - Specific errors during EPUB build process (requires builder functionality enabled)

Enums§

EpubBuilderError
Types of errors that can occur during EPUB build
EpubError
Types of errors that can occur during EPUB processing