Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions developer/18.0/reference/messages/km0a008.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: KM0A008: ERROR_InvalidKeymanKeyboardId
---

| | |
|------------|---------- |
| Message | The specified keyboard id '<param>' contains characters that are not permitted for a \.kmn keyboard id or filename\. |
| Module | [kmc-generate.GeneratorMessages](kmc-generate.generatormessages) |
| Identifier | `ERROR_InvalidKeymanKeyboardId` |


11 changes: 11 additions & 0 deletions developer/18.0/reference/messages/km0a009.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: KM0A009: ERROR_InvalidLdmlKeyboardId
---

| | |
|------------|---------- |
| Message | The specified keyboard id '<param>' contains characters that are not permitted for an LDML \.xml keyboard id or filename\. |
| Module | [kmc-generate.GeneratorMessages](kmc-generate.generatormessages) |
| Identifier | `ERROR_InvalidLdmlKeyboardId` |


11 changes: 11 additions & 0 deletions developer/18.0/reference/messages/km0a00a.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: KM0A00A: ERROR_InvalidLexicalModelId
---

| | |
|------------|---------- |
| Message | The specified lexical model id '<param>' contains characters that are not permitted or does not match the required pattern of 'author\.bcp47\.uniq'\. |
| Module | [kmc-generate.GeneratorMessages](kmc-generate.generatormessages) |
| Identifier | `ERROR_InvalidLexicalModelId` |


Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,6 @@ title: Compiler Messages Reference for @keymanapp/kmc-generate
[KM0A005](km0a005) | `ERROR_CannotWriteOutputFile` | This is an internal error; the message will vary
[KM0A006](km0a006) | `WARN_ModelIdDoesNotFollowLexicalModelConventions` | The id <param> does not follow the recommended model id conventions\. The id should be all lower case, include only alphanumeric characters and underscore \(\_\), not start with a digit, and should have the structure <author>\.<bcp47>\.<uniq>
[KM0A007](km0a007) | `ERROR_InvalidTarget` | The specified target platform '<param>' is not a valid target\.
[KM0A008](km0a008) | `ERROR_InvalidKeymanKeyboardId` | The specified keyboard id '<param>' contains characters that are not permitted for a \.kmn keyboard id or filename\.
[KM0A009](km0a009) | `ERROR_InvalidLdmlKeyboardId` | The specified keyboard id '<param>' contains characters that are not permitted for an LDML \.xml keyboard id or filename\.
[KM0A00A](km0a00a) | `ERROR_InvalidLexicalModelId` | The specified lexical model id '<param>' contains characters that are not permitted or does not match the required pattern of 'author\.bcp47\.uniq'\.
Loading