Expand description
Error types for the unbundle crate.
This module defines UnbundleError, the unified error type returned by all
fallible operations in the crate. Errors carry rich context to aid debugging,
including file paths, frame numbers, and upstream error messages.
Enumsยง
- Unbundle
Error - The unified error type for all
unbundleoperations.