struct Error

Defined at line 38 of file ../../third_party/github.com/google/cppdap/src/include/dap/session.h

Error represents an error message in response to a DAP request.

Public Members

basic_string message

Public Methods

void Error ()

Defined at line 39 of file ../../third_party/github.com/google/cppdap/src/include/dap/session.h

void Error (const std::string & error)
void Error (const char * msg)
bool operator bool ()

operator bool() returns true if there is an error.

Defined at line 44 of file ../../third_party/github.com/google/cppdap/src/include/dap/session.h