Searched defs:ReplyWithError (Results 1 - 1 of 1) sorted by relevance

/system/webservd/libwebserv/
H A Dresponse.cc37 ReplyWithError(brillo::http::status_code::InternalServerError,
91 ReplyWithError(status_code, "");
94 void ResponseImpl::ReplyWithError(int status_code, function in class:libwebserv::ResponseImpl
102 ReplyWithError(brillo::http::status_code::NotFound, "Not Found");

Completed in 168 milliseconds