Skip to content
1 min read · 60 words

Variable: E_MEDIA_ENGINE_REQUIRED

ts
const E_MEDIA_ENGINE_REQUIRED: CreatedException<[string]>;

Defined in: src/batteries/media/exceptions.ts:115

Thrown at plan validation when a verb (or the specific input it is applied to) requires an engine that is not configured on this pipeline. The message states which engine slot is missing and — when the failure is input-specific — that the verb should not be retried on this media in this deployment.