|
| enum | error_code {
ParseError = -32700
, InvalidRequest = -32600
, MethodNotFound = -32601
, InvalidParams = -32602
,
InternalError = -32603
, serverErrorStart = -32099
, serverErrorEnd = -32000
, ServerNotInitialized
,
UnknownErrorCode = -32001
} |
| |
|
|
| response_error (int code, std::string message) |
| |
|
|
int | code |
| |
|
std::string | message |
| |
|
json::value | data |
| |
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/cloe/checkouts/develop/engine/vendor/lrdb/include/lrdb/message.hpp