-
Enhancement
-
Resolution: Won't Do
-
Minor
-
None
-
None
-
None
When executing javascript which results in error, the error message displayed by Administration console is not very helpful:
Error Some unexpected problem happened when launching the task: DGISPN0118: Failed to invoke operation: ISPN026003: Script execution error
Executing the same script through hotrod client throws more descriptive exception:
ReferenceError: "console" is not defined in <eval> at line number 4
The script is:
console.debug("test");
- relates to
-
JDG-470 Administration console - improve error messages when executing script
-
- Closed
-
I have investigated this issue again and concluded the data about the details os the failure is not available in DMR response - other than what we already display. I am closing this issue on the administration console side as there is nothing we can do about it. We need to provide these errors in DMR layer for us to be able to display them in UI.