-
Which error is invoked when SQLTransactionCallback does not execute?
-
- UNKNOWN_ERR
- INVALID_STATE_ERR
- TIMEOUT_ERR
- INVALID_ACCESS_ERR
- None of these
Correct Option: B
When SQLTransactionCallback, SQLStatementErrorCallback, SQLStatementCallback does not execute then INVALID_STATE_ERR error is raised. This error is raised from inside a SQLTransactionErrorCallback.