You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting de responseCode 1 on error.
code:
global.SendDoc = function(ScanBuffer,ZAsessieid)
{
var SendDoc = ScanBuffer[0];
console.log( "er zijn " + ScanBuffer.length + " docs to send");
I am getting de responseCode 1 on error.
code:
global.SendDoc = function(ScanBuffer,ZAsessieid)
{
var SendDoc = ScanBuffer[0];
console.log( "er zijn " + ScanBuffer.length + " docs to send");
}
//////////////////
function uploadfail (error)
{
//Getting 1 here
console.log("Fout bij upload. response code --------------------------"+ error.responseCode);
//Getting NULL here
console.log("Fout bij upload. response code --------------------------"+ error.response);
log("uploadfail 1 : " + "Error Upload ", 2);
}
The text was updated successfully, but these errors were encountered: