MCPcopy 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)]
136pub struct JsonRpcError {
137 pub code: i32,
138 pub message: String,
139 pub data: Option<Value>,
140}
141
142pub struct LspServerConfig {
143 pub id: String,

Callers 1

startMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected