exceptions¶
Custom exceptions raised by Direktor.
direktor.core.exceptions
¶
Custom exceptions for Direktor.
AudioGenerationError
¶
Bases: PipelineError
Raised when audio generation fails.
ConfigurationError
¶
Bases: DirektorError
Raised when configuration is missing or invalid.
DirektorError
¶
ImageGenerationError
¶
Bases: PipelineError
Raised when image generation fails.
PipelineError
¶
Bases: DirektorError
Raised when the video generation pipeline fails.
SubprocessError
¶
Bases: DirektorError
Raised when an external subprocess command fails.
TranscriptGenerationError
¶
Bases: PipelineError
Raised when transcript generation fails.
VideoCreationError
¶
Bases: PipelineError
Raised when video creation fails.