Skip to content
1 min read · 37 words

Variable: E_MEDIA_NOT_PIPE_EXPRESSIBLE

ts
const E_MEDIA_NOT_PIPE_EXPRESSIBLE: CreatedException<[string]>;

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

Thrown by toPipe() when the plan contains constructs the flat pipe grammar cannot express — currently only nested-builder media refs. Quoted-JSON structured args DO render; use toOps() for a total serialization.