mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
Note: build.sh updated to make sure that test:help build action:target doesn't also call test.sh by adding `:_all` meta-target. Note: CI will need a new help-keyman-com.sh build step to deploy web engine help. Fixes: #12347
894 B
894 B
| title |
|---|
| Keyboard Registration Errors |
If KeymanWeb has an error while adding/registering a keyboard, the ErrorStub object containing the following members is returned:
keyboard-
objectoptionalInformation on the keyboard
language-
objectoptionalInformation on the language associated with the keyboard
error-
ErrorJavascript error that occurred during keyboard registration
The ErrorStub.keyboard object contains the following members:
id-
string
ID (internal name) of keyboard
name-
string
Name of the keyboard
The ErrorStub.language object contains the following members:
id-
string
BCP 47 code for supported keyboard language. If a keyboard supports multiple languages, an array of ErrorStubs is returned.
name-
string
Name of the language