[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Undocumented error code ?
[Thread Prev] | [Thread Next]
- Subject: Undocumented error code ?
- From: Ian Roper <westozscribe@xxxxxxxxx>
- Date: Sun, 15 Feb 2026 09:10:00 +0800
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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 inputYou 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
| Re: Undocumented error code ? | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |