Which error is invoked when SQLTransactionCallback does not execute?
Which error is invoked when SQLTransactionCallback does not execute? Correct Answer INVALID_STATE_ERR
When SQLTransactionCallback, SQLStatementErrorCallback, SQLStatementCallback does not execute then INVALID_STATE_ERR error is raised. This error is raised from inside a SQLTransactionErrorCallback.