Lines Matching full:error
20 function statementErrorFunction(tx, error)
22 log("Unexpected exception - " + error.message);
26 function transactionErrorFunction(db, error)
28 // We only expect an error message for database2
30 log("Expected quota exception - " + error.message);
33 log("Unexpected exception - " + error.message);
67 }, function(error) {
68 transactionErrorFunction(db, error);
80 }, function(error) {
81 transactionErrorFunction(db, error);