This commit is contained in:
@@ -193,7 +193,6 @@ export default {
|
|||||||
// }
|
// }
|
||||||
|
|
||||||
if (jobStatus == 4 || jobStatus == 0) {
|
if (jobStatus == 4 || jobStatus == 0) {
|
||||||
|
|
||||||
/*
|
/*
|
||||||
report template processing error example
|
report template processing error example
|
||||||
{
|
{
|
||||||
@@ -203,7 +202,9 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
*/
|
*/
|
||||||
throw new Error("Job failed");
|
const o = JSON.parse(finalEntry.statusText);
|
||||||
|
console.log("Error object", o);
|
||||||
|
throw new Error(o);
|
||||||
}
|
}
|
||||||
if (jobStatus == 3) {
|
if (jobStatus == 3) {
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user