|
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 108 of file JSONTransport.h.
|
inlineexplicit |
Definition at line 114 of file JSONTransport.h.
References m_method.
|
override |
Definition at line 61 of file JSONTransport.cpp.
References kErrorCode.
|
override |
Definition at line 57 of file JSONTransport.cpp.
References m_method, and lldb_private::OS.
|
static |
Definition at line 110 of file JSONTransport.h.
|
staticconstexpr |
Definition at line 112 of file JSONTransport.h.
Referenced by convertToErrorCode().
|
private |
Definition at line 120 of file JSONTransport.h.
Referenced by log(), and MethodNotFound().