We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb31f8e commit 3530f7dCopy full SHA for 3530f7d
src/Firebase.cpp
@@ -47,6 +47,8 @@ void FirebaseCall::analyzeError(char* method, int status, const std::string& pat
47
error_ = FirebaseError(status,
48
std::string(method) + " " + path_with_auth +
49
": " + http_->errorToString(status));
50
+ } else {
51
+ error_ = FirebaseError();
52
}
53
54
0 commit comments