|
WD
|
#include <webdriver_error.h>
Public Member Functions | |
| Error (ErrorCode code) | |
| Error (ErrorCode code, const std::string &details) | |
| virtual | ~Error () |
| void | AddDetails (const std::string &details) |
| ErrorCode | code () const |
| const std::string & | details () const |
Represents a WebDriver error and the context within which the error occurred.
|
explicit |
| webdriver::Error::Error | ( | ErrorCode | code, |
| const std::string & | details | ||
| ) |
|
virtual |
| void webdriver::Error::AddDetails | ( | const std::string & | details | ) |
| ErrorCode webdriver::Error::code | ( | ) | const |
| const std::string& webdriver::Error::details | ( | ) | const |