Callback for a failed transaction.
typedef SQLTxnFailure = function void(Database db, any data, int numQueries, const char[] error, int failIndex, any[] queryData)
Database handle.
Data value passed to SQL_ExecuteTransaction().
Number of queries executed in the transaction.
Error message.
Index of the query that failed, or -1 if something else.
An array of each data value passed to SQL_AddQuery().
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.