This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user