This commit is contained in:
2019-04-04 18:05:59 +00:00
parent 67d46052c7
commit 108338dbeb
5 changed files with 33 additions and 13 deletions

View File

@@ -485,7 +485,7 @@ Here are all the API level error codes that can be returned by the API server:
//If there are no more errors in details then remove the whole thing as it's no longer required
if (v.serverError.details && v.serverError.details.length < 1) {
if (v.serverError.code == "2200") {
this.RemoveAllProperties(v.serverError);
v.$gzutil.RemoveAllPropertiesFromObject(v.serverError);
}
}