Home
last modified time | relevance | path

Searched refs:kInternalServerError (Results 1 – 3 of 3) sorted by relevance

/external/libweave/src/
Dhttp_constants.h17 const int kInternalServerError = 500; variable
Ddevice_registration_info.cc708 if (status_code >= http::kInternalServerError) { in OnCloudRequestDone()
/external/libweave/src/privet/
Dprivet_handler.cc146 {errors::kInvalidState, http::kInternalServerError},
186 int code = http::kInternalServerError; in ReturnError()