Skip to content
1 min read · 29 words

Variable: E_MEDIA_UNKNOWN_ARG

ts
const E_MEDIA_UNKNOWN_ARG: CreatedException<[string]>;

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

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.