LLDB mainline
|
An error to indicate that no handler was registered for a given method. More...
#include <JSONTransport.h>
Public Member Functions | |
MethodNotFound (std::string method) | |
void | log (llvm::raw_ostream &OS) const override |
std::error_code | convertToErrorCode () const override |
Static Public Attributes | |
static char | ID |
static constexpr int | kErrorCode = -32601 |
Private Attributes | |
std::string | m_method |
An error to indicate that no handler was registered for a given method.
Definition at line 87 of file JSONTransport.h.
|
inlineexplicit |
Definition at line 93 of file JSONTransport.h.
References m_method.
|
override |
Definition at line 49 of file JSONTransport.cpp.
References kErrorCode.
|
override |
Definition at line 45 of file JSONTransport.cpp.
References m_method, and lldb_private::OS.
|
static |
Definition at line 89 of file JSONTransport.h.
|
staticconstexpr |
Definition at line 91 of file JSONTransport.h.
Referenced by convertToErrorCode().
|
private |
Definition at line 99 of file JSONTransport.h.
Referenced by log(), and MethodNotFound().