Expand description
Error types for the MP3 encoder
This module defines all error types used throughout the encoder, providing detailed error information for different failure scenarios.
Enums§
- Config
Error - Configuration validation errors
- Encoder
Error - Main error type for the MP3 encoder
- Encoding
Error - Encoding process errors
- Input
Data Error - Input data validation errors
Type Aliases§
- Config
Result - Specialized result types for different modules
- Encoding
Result - Input
Result