---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/media/variables/E_MEDIA_UNKNOWN_ARG.md
description: >-
  Thrown when a statement passes an arg a verb does not declare. The message
  includes a did-you-mean suggestion and the verb's declared args.
---

# Variable: E\_MEDIA\_UNKNOWN\_ARG

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

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

Thrown when a statement passes an arg a verb does not declare. The message includes a
did-you-mean suggestion and the verb's declared args.
