---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/media/variables/E_INVALID_MEDIA_PIPELINE_CONFIG.md
description: >-
  Thrown when `createMediaPipeline` receives an invalid configuration — a
  malformed engine, a resolver that resolved to a value failing its contract
  guard, or an invalid option shape.
---

# Variable: E\_INVALID\_MEDIA\_PIPELINE\_CONFIG

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

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

Thrown when `createMediaPipeline` receives an invalid configuration — a malformed engine,
a resolver that resolved to a value failing its contract guard, or an invalid option shape.
