Skip to content
1 min read · 44 words

Variable: E_MEDIA_UNKNOWN_VERB

ts
const E_MEDIA_UNKNOWN_VERB: CreatedException<[string]>;

Defined in: src/batteries/media/exceptions.ts:56

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.