---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/media/variables/E_MEDIA_UNSUPPORTED_OP.md
description: >-
  Thrown at plan validation when a verb cannot apply to the input's format
  family (e.g. a `sheet.*` verb on a PDF), or a namespace verb is used on the
  wrong media kind.
---

# Variable: E\_MEDIA\_UNSUPPORTED\_OP

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

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

Thrown at plan validation when a verb cannot apply to the input's format family (e.g. a
`sheet.*` verb on a PDF), or a namespace verb is used on the wrong media kind.
