Skip to content

Latest commit

 

History

History
48 lines (45 loc) · 1.23 KB

EventIdList.md

File metadata and controls

48 lines (45 loc) · 1.23 KB

This is a full list of all event IDs. Use it to quickly check basic errors. The first number specifies the event catagory. The second two numbers specify the event that has happened. The third and foruth number specify any additinal (sub-)events that happened. E.g. the event 01010

EventId List

General (0xxyy)

  • 0: General
    • 0: General
    • 1: Created Folder
    • 2: Delete Folder
    • 3: Created File
    • 4: Moved File
    • 5: Copied File
    • 6: Deleted File
  • 1: Missing Library
    • 0: Could not resolve missing Library
    • 1: Missing library resolved
  • 2: Solution Message
    • 0: Created
    • 1: Switched
    • 2: Deleted
    • 3: Changed Details
    • 4: Changed Version
    • 5: Increased Build
    • 6: Updating Repository
    • 7: Deleting
  • 3: Configuration Message
    • 0: Created
    • 1: Switched
    • 2: Deleted
    • 3: Changed Settings
    • 4: General

Compiler (3xxyy)

  • 0: Compiler Message
    • 0: Starting compilation process
    • 1: Finished compilation process
    • 2: Compiling file
    • 3: Finished compiling file
  • 1: Compiler Error
    • 0: No script files detected
    • 1: No such folder exists
    • 2: Failed to compile file
    • 3: Script error message (tells where the script contains errors)

Logging Categories

  • General
  • Compiler
  • Error