change as per feedback
This commit is contained in:
Родитель
4b91607ae9
Коммит
dfc20cdc0b
|
@ -753,7 +753,7 @@ ServiceClient._normalizeError = function (error, response) {
|
|||
} else if (error) {
|
||||
var normalizedError = {};
|
||||
|
||||
var odataErrorFormat = error['odata.error'] ? 1 : 0;
|
||||
var odataErrorFormat = error['odata.error'] ? true : false;
|
||||
var errorProperties = error.Error || error.error || error['odata.error'] || error;
|
||||
if (odataErrorFormat) {
|
||||
for (var property in errorProperties) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче