[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Undocumented error code ?


The error code returned is -1 so I assume that this is undocumented. ?

The error text does not show up on the Gambas error code web page. (https://gambaswiki.org/wiki/error)


I use an error management module on-top of the Gambas error system but it is reporting the error code correctly. (I checked)


The error was generated when I forgot to close a bracket on a sqlite query statement.

The class is:  _databaseDriver_Sqlite3

The Error text is : Incomplete input

You will note in the attached image that the error back trace is reversed - this is just personal preference.

Regards,

Ian




Attachment: Gambas Project Review Utility Error Management._002.png
Description: PNG image


Follow-Ups:
Re: Undocumented error code ?Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>