VTTF-0009: InvalidKeyword
NOTE
A keyword reached registerSystem() or registerModule() with an id that cannot go inside @Keyword[...] (letters, digits and hyphens only), with an id another keyword of the same package already uses, or without a string label and description.
| Field | Value |
|---|---|
| Code | VTTF-0009 |
| Name | InvalidKeyword |
| Package | @vttforge/core |
| Source | packages/core/src/errors/registry.ts |
This page comes from the registry entry. We are still writing the root causes, common triggers and code samples for each code; the message above is what the runtime throws.
packages/core/scripts/codegen-errors.mjs builds this file from the registry at packages/core/src/errors/registry.ts. Do not edit by hand; re-run pnpm --filter @vttforge/core build after editing the registry.