@ardimedia/angular-portal-azure 0.2.208 → 0.2.210
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.
- package/apn.js +3 -0
- package/package.json +1 -1
package/apn.js
CHANGED
|
@@ -1369,6 +1369,7 @@ var angularportalazure;
|
|
|
1369
1369
|
// TODO:2017-01-09/hp: [any] will be [Response] in angular2
|
|
1370
1370
|
Exception.prepareException = function (response) {
|
|
1371
1371
|
console.log('angularportalazure.Exception.prepareException - Logging Exception: Find more information in [Responsee] and [Exception] below. [Exception] does contain data from [Response.]');
|
|
1372
|
+
console.log(response);
|
|
1372
1373
|
var exception = new angularportalazure.Exception();
|
|
1373
1374
|
if (response.headers === undefined) {
|
|
1374
1375
|
exception = Exception.processDotNetException1(response);
|
|
@@ -1402,6 +1403,7 @@ var angularportalazure;
|
|
|
1402
1403
|
return exception;
|
|
1403
1404
|
};
|
|
1404
1405
|
Exception.getOneLineMessage = function (exception) {
|
|
1406
|
+
console.log(exception);
|
|
1405
1407
|
var message = 'FEHLER ';
|
|
1406
1408
|
if (exception.Message !== undefined) {
|
|
1407
1409
|
message = message + ': ' + exception.Message + ' ';
|
|
@@ -1471,6 +1473,7 @@ var angularportalazure;
|
|
|
1471
1473
|
return;
|
|
1472
1474
|
}
|
|
1473
1475
|
exception.ExceptionType = response.json().ExceptionType;
|
|
1476
|
+
console.log(exception.ExceptionType);
|
|
1474
1477
|
};
|
|
1475
1478
|
return Exception;
|
|
1476
1479
|
}(angularportalazure.ValidationsExceptionDotNet));
|
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.
|
|
5
|
+
"version": "0.2.210",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"typings": "apn.d.ts",
|
|
8
8
|
"dependencies": {
|