-
Notifications
You must be signed in to change notification settings - Fork 0
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 is0
, the error came from themain.cpp
file. -
#2
stands for the actual number of the error. It starts from 0.