Skip to content
1 min read · 40 words

Variable: E_MEDIA_STEP_UNAVAILABLE

ts
const E_MEDIA_STEP_UNAVAILABLE: CreatedException<[string]>;

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

Thrown by the step runtime when a plan step has no registered implementation. Distinct from E_MEDIA_ENGINE_REQUIRED: this indicates the battery itself does not (yet) implement the verb, not that the consumer omitted an engine.