@ardimedia/angular-portal-azure 0.2.224 → 0.2.225

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/apn.js +5 -2
  2. package/package.json +1 -1
package/apn.js CHANGED
@@ -1417,13 +1417,13 @@ var angularportalazure;
1417
1417
  console.log('angularportalazure.Exception.prepareException - Logging Exception: Find more information in following [Responsee] and [Exception].');
1418
1418
  var exception = new angularportalazure.Exception();
1419
1419
  if (response.headers === undefined) {
1420
- console.log('> Get information from [.data].');
1420
+ console.log('> Get information from [processDotNetException1.data].');
1421
1421
  console.log(response);
1422
1422
  exception = Exception.processDotNetException1(response);
1423
1423
  console.log(exception);
1424
1424
  }
1425
1425
  else {
1426
- console.log('> Get information from [.json()].');
1426
+ console.log('> Get information from [processDotNetException2.json()].');
1427
1427
  console.log(response);
1428
1428
  exception = Exception.processDotNetException2(response);
1429
1429
  console.log(exception);
@@ -1455,6 +1455,9 @@ var angularportalazure;
1455
1455
  message = message + '- ' + item + ' ';
1456
1456
  });
1457
1457
  }
1458
+ if (message === 'FEHLER ') {
1459
+ message = message + ' : Ihre Internet-Sitzung wurde unterbrochen. Bitte neu anmelden!';
1460
+ }
1458
1461
  return message;
1459
1462
  };
1460
1463
  Exception.processDotNetException1 = function (response) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@ardimedia/angular-portal-azure",
3
3
  "description": "Angular Portal Azure - GUI Framework.",
4
4
  "author": "Ardimedia Anstalt <info@ardimedia.com> (http://www.ardimedia.com)",
5
- "version": "0.2.224",
5
+ "version": "0.2.225",
6
6
  "main": "index.js",
7
7
  "typings": "apn.d.ts",
8
8
  "dependencies": {