You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
thrownewCodePushPackageError("Calling common acquisition SDK with incorrect package");// Unexpected; indicates error in our implementation
86
87
}
@@ -104,6 +105,7 @@ export class AcquisitionManager {
104
105
105
106
if(response.statusCode!==200){
106
107
leterrorMessage: any;
108
+
this._apiAttempts++
107
109
if(response.statusCode===0){
108
110
errorMessage=`Couldn't send request to ${requestUrl}, xhr.statusCode = 0 was returned. One of the possible reasons for that might be connection problems. Please, check your internet connection.`;
109
111
}else{
@@ -147,6 +149,7 @@ export class AcquisitionManager {
0 commit comments