Module error

Module error 

Source
Expand description

Comprehensive error types for the SubX CLI application operations.

This module defines the SubXError enum covering all error conditions that can occur during subtitle processing, AI service integration, audio analysis, file matching, and general command execution.

It also provides helper methods to construct errors and generate user-friendly messages.

Enums§

ApiErrorSource
API error source enumeration.
SubXError
Represents all possible errors in the SubX application.

Type Aliases§

SubXResult
Specialized Result type for SubX operations.