# Render-pipeline failure types, kept free of the heavy EAR/numpy render imports so the parent # worker process can register them for cross-process re-hydration without pulling the render stack # into the long-running poller. class FfmpegUnavailable(Exception): pass class FfmpegError(Exception): pass class LoudnormOutputError(Exception): pass class RenderWorkerError(Exception): pass class RenderOutputError(Exception): pass