Understanding Error Messages

Clicking on the "test" button causes the extension builder to compile your source code file (.lcb) and produce a compiled module file (.lcm). If an error is encountered it is output in the "console" section of the builder:

Error: <source path>: <line number>: <char number>: <error message>

- **source path:** The path the .lcb file that is being compiled - **line number:** The line number in the script on which the error occurred. - **char number:** The character number on which the error occurred. - **error messag:** The description of the error.