Searched refs:kInternalError (Results 1 – 2 of 2) sorted by relevance
20 MCPError(std::string message, int64_t error_code = kInternalError);30 static constexpr int64_t kInternalError = -32603; variable
228 protocol_error.error.code = MCPError::kInternalError; in HandleData()