Skip to main content

Module error

Module error 

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

ConfigError
Configuration validation errors
EncoderError
Main error type for the MP3 encoder
EncodingError
Encoding process errors
InputDataError
Input data validation errors

Type Aliases§

ConfigResult
Specialized result types for different modules
EncodingResult
InputResult