Skip to main content

Module error

Module error 

Source
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§

ErrorLimitContext
Typed actual-vs-limit payload for hard-cap failures.
PhaseError
Typed error with explicit processing phase and context.
PhaseErrorContext
Rich optional context for typed phase errors.

Enums§

EpubError
Top-level error type for epub-stream operations
ErrorPhase
Stable processing phases for typed EPUB failures.
LimitKind
Kinds of limits that can be exceeded.
ZipErrorKind
ZIP-specific error variants

Type Aliases§

ZipError
Public ZIP error type alias used across the crate API.