Home
last modified time | relevance | path

Searched refs:kInternalError (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Protocol/MCP/
H A DMCPError.h20 MCPError(std::string message, int64_t error_code = kInternalError);
30 static constexpr int64_t kInternalError = -32603; variable
H A DProtocolServerMCP.cpp228 protocol_error.error.code = MCPError::kInternalError; in HandleData()