| title | Compiler Messages Reference for @keymanapp/developer-utils |
|---|
| Code | Identifier | Message |
|---|---|---|
| KM01001 | ERROR_SchemaValidationError |
Error validating LDML XML file: <param>: <param>: <param> <param> |
| KM01002 | ERROR_ImportInvalidBase |
Import element with base <param> is unsupported. Only cldr or empty (for local) are supported. |
| KM01003 | ERROR_ImportInvalidPath |
Import element with invalid path <param>: expected the form '46/*.xml' |
| KM01004 | ERROR_ImportReadFail |
Import could not read data with path <param> |
| KM01005 | ERROR_ImportWrongRoot |
Invalid import file <param>: expected <param> as root element. |
| KM01006 | ERROR_ImportMergeFail |
Problem importing <param>: not sure how to handle non-array <param>.<param> |
| KM01007 | ERROR_TestDataUnexpectedArray |
Problem reading test data: expected single <param> element, found multiple |
| KM01008 | ERROR_InvalidXml |
The XML file could not be read: |
| KM01009 | ERROR_InvalidPackageFile |
Package source file is invalid: unknown error |
| KM0100A | ERROR_InvalidProjectFile |
Project file is not valid: <param> |
| KM0100B | ERROR_UnsupportedProjectVersion |
Project version <param> is not supported by this version of Keyman Developer. |
| KM0100C | ERROR_ProjectFileCouldNotBeRead |
Project file could not be read |
| KM0100D | ERROR_NotAPackageFile |
Package source file is not a valid .kps file because it is missing the <Package> root element. |