---
url: >-
  https://adk.nht.io/api/@nhtio/adk/batteries/media/variables/E_MEDIA_UNKNOWN_VERB.md
description: >-
  Thrown when a statement names a verb that does not exist in the verb table.
  The message includes a did-you-mean suggestion (Levenshtein over folded verb
  forms, including suffix-word matches) and the list of verbs available in this
  deployment.
---

# Variable: E\_MEDIA\_UNKNOWN\_VERB

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

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

Thrown when a statement names a verb that does not exist in the verb table. The message
includes a did-you-mean suggestion (Levenshtein over folded verb forms, including suffix-word
matches) and the list of verbs available in this deployment.
