Keyboard Registration Errors
If KeymanWeb has an error while adding/registering a keyboard, the ErrorStub object containing the following members is returned:
keyboardobjectoptionalInformation on the keyboard
languageobjectoptionalInformation on the language associated with the keyboard
errorErrorJavascript error that occurred during keyboard registration
The ErrorStub.keyboard object contains the following members:
idstring
ID (internal name) of keyboard
namestring
Name of the keyboard
The ErrorStub.language object contains the following members:
idstring
BCP 47 code for supported keyboard language. If a keyboard supports multiple languages, an array of ErrorStubs is returned.
namestring
Name of the language


