Expand description
Error taxonomy for Aurum (JOE-1611 / JOE-2221).
AurumError is the concrete crate-wide error type. TranscriptionError
is a compatibility alias for one 0.0.x release. High-level ErrorCategory
identifiers are stable at v0.0.3 / v0.1.0; detailed variants may evolve under
a non-exhaustive policy.
Groups:
AurumError::User— bad input, missing key, invalid model nameAurumError::Environment— missing ffmpeg, disk full, cache issuesAurumError::Provider— network, rate limit, model load failureAurumError::Internal— unexpected bugs
Enums§
- Aurum
Error - Top-level product error type used across the core library and CLI (JOE-2221).
- Environment
Error - Error
Category - Stable high-level category identifiers (frozen at 0.1 policy).
- Provider
Error - User
Error
Type Aliases§
- Result
- Result alias used throughout the crate.
- Transcription
Error - Compatibility alias for
AurumError(JOE-1611 → JOE-2221).