We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99d23f commit f314706Copy full SHA for f314706
library/src/main/java/com/qiniu/android/http/ResponseInfo.java
@@ -91,8 +91,7 @@ public boolean isCancelled() {
91
public boolean isOK() {
92
return statusCode == 200 && error == null && reqId != null;
93
}
94
-
95
+
96
public boolean isNetworkBroken() {
97
return statusCode == NetworkError || statusCode == UnknownHost
98
|| statusCode == CannotConnectToHost || statusCode == TimedOut
0 commit comments