Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ JsonRpcError
Class
JsonRpcError
crates/opencode-lsp/src/lib.rs:136–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
134
135
#[derive(Debug, Clone, Serialize, Deserialize)]
136
pub struct JsonRpcError {
137
pub code: i32,
138
pub message: String,
139
pub data: Option<Value>,
140
}
141
142
pub struct LspServerConfig {
143
pub id: String,
Callers
1
start
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected