Searched refs:NotFound (Results 1 – 10 of 10) sorted by relevance
45 response.error = std::make_unique<Response::Error>(Response::Error::Reason::NotFound); in request()47 response.error = std::make_unique<Response::Error>(Response::Error::Reason::NotFound); in request()
43 response.error = std::make_unique<Response::Error>(Response::Error::Reason::NotFound); in request()45 response.error = std::make_unique<Response::Error>(Response::Error::Reason::NotFound); in request()
126 Response::Error::Reason::NotFound, "Not found in offline database"); in request()132 Response::Error::Reason::NotFound, "Cached resource is unusable"); in request()
31 NotFound = 12, enumerator
463 std::make_unique<Error>(Error::Reason::NotFound, "HTTP status code 404"); in handleResult()
59 if (res.error && res.error->reason == Response::Error::Reason::NotFound) { in loadFromCache()97 if (res.error && res.error->reason != Response::Error::Reason::NotFound) { in loadedData()
55 NotFound = 2, enumerator
33 case Response::Error::Reason::NotFound: in operator <<()
129 Error::Reason::NotFound, "HTTP status code 404"); in handleNetworkReply()
479 def NotFound(self): member in FindBar1080 self.find_bar.NotFound()3278 self.find_bar.NotFound()4112 self.find_bar.NotFound()4232 self.find_bar.NotFound()