Skip to content
1 min read · 27 words

Variable: E_MEDIA_STEP_FAILED

ts
const E_MEDIA_STEP_FAILED: CreatedException<[string, string]>;

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

Thrown by the step runtime when a step implementation fails mid-execution (corrupt input, engine error). Carries the underlying error as cause.