Picks up more info for ajax error alert box
[mkjsf-moved-to-github.git] / src / META-INF / resources / pz2utils / listeners.js
index 73e592b..056723e 100644 (file)
@@ -100,7 +100,7 @@ function errorListener(data) {
       // ignore - caught by view expiration listener\r
     } else {\r
       alert("An error ["\r
-          + data.description\r
+          + data.errorName + ": " +data.description\r
           + "] was triggered by ["\r
           + data.source.name\r
           + "]. The page could be in an inconsistent state after this. We apologize for the inconvenience.");\r