---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/media/variables/E_MEDIA_PIPE_SYNTAX.md
description: >-
  Thrown by `parsePipe` when the pipe expression fails to tokenize or parse. The
  message carries line/col position and a corrective exemplar.
---

# Variable: E\_MEDIA\_PIPE\_SYNTAX

```ts
const E_MEDIA_PIPE_SYNTAX: CreatedException<[string]>;
```

Defined in: [src/batteries/media/exceptions.ts:43](https://github.com/NHTIO/ADK/blob/v1.20260713.1/src/src/batteries/media/exceptions.ts#L43)

Thrown by `parsePipe` when the pipe expression fails to tokenize or parse. The message carries
line/col position and a corrective exemplar.
