Skip to content

APIpp errors

piccolowen edited this page Apr 11, 2020 · 1 revision

API++ can give errors, the official list of errors can be found here

Errors are given in a format like this: ERRORCODE=#1x#2

  • #1 stands for the file in which the error originates.

    If it is 0, the error came from the main.cpp file.

  • #2 stands for the actual number of the error. It starts from 0.

Clone this wiki locally