MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / SetErrorResponse

Method SetErrorResponse

cpp/webdriver-server/response.cc:92–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void Response::SetErrorResponse(const std::string& error,
93 const std::string& message) {
94 LOG(TRACE) << "Entering Response::SetErrorResponse";
95 this->SetResponse(error, message);
96}
97
98void Response::SetErrorResponse(const int status_code,
99 const std::string& message) {

Callers 15

OnWaitMethod · 0.80
OnScriptWaitMethod · 0.80
DispatchCommandMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80
ExecuteInternalMethod · 0.80

Calls 2

SetResponseMethod · 0.95
LOGClass · 0.70

Tested by

no test coverage detected