Skip to content
Fi0x edited this page Dec 30, 2023 · 4 revisions

Error Codes

The Error codes 610 - 619 are reserved for the JavaGUIMenu and should therefore not be used in your own application to avoid confusion.

This library also uses the JavaLogger, which occupies the Error codes 600-609, so those should also not be used.

610

  • Description: This indicates a problem with the user settings that should be used for a specific layout.
  • Cause:
    • Missing user-settings.
    • Wrongly configured user-settings.
  • Solution: Provide the correct user-settings.

611

  • Description: This indicates a problem with the layout that should be used.
  • Cause:
    • No layout specified.
    • Specified layout is not valid.
  • Solution: Select a layout or use a valid one.
Clone this wiki locally