Expand description
Unified error types for epub-stream
Provides a top-level EpubError that wraps module-specific errors,
plus From impls so ? works across module boundaries.
Structs§
- Error
Limit Context - Typed actual-vs-limit payload for hard-cap failures.
- Phase
Error - Typed error with explicit processing phase and context.
- Phase
Error Context - Rich optional context for typed phase errors.
Enums§
- Epub
Error - Top-level error type for epub-stream operations
- Error
Phase - Stable processing phases for typed EPUB failures.
- Limit
Kind - Kinds of limits that can be exceeded.
- ZipError
Kind - ZIP-specific error variants
Type Aliases§
- ZipError
- Public ZIP error type alias used across the crate API.