The ITDE is expected to raise the TaskRuntimeError. This error normally has a chained TaskFailures exception or the inner attribute. That could provide valuable information about the cause of the error. If found it should be displayed in the javascript alert.
The ITDE is expected to raise the
TaskRuntimeError
. This error normally has a chainedTaskFailures
exception or theinner
attribute. That could provide valuable information about the cause of the error. If found it should be displayed in the javascript alert.