Expand description
All error types used in this crate
Enums§
- Error
- Any zip-related error, from invalid archives to encoding problems.
- Format
Error - Specific zip format errors, mostly due to invalid zip archives but that could also stem from implementation shortcomings.
- Unsupported
Error - Some part of the zip format is not supported by this crate.
Type Aliases§
- Result
- An alias for
Result<T, rc_zip::Error>