When executing this on an Android device:
window.plugins.sqlDB.copy(QDB_NAME, 0, function (success) { }, function (error) { console.log("Error Code = " + JSON.stringify(error)); });
I get the following error:
Error Code = {"message":"www/Q4data.db","code":400}
So, what's the meaning of such code 400?
When executing this on an Android device:
window.plugins.sqlDB.copy(QDB_NAME, 0, function (success) { }, function (error) { console.log("Error Code = " + JSON.stringify(error)); });I get the following error:
Error Code = {"message":"www/Q4data.db","code":400}
So, what's the meaning of such code 400?