Files
llmx/codex-rs/mcp-server/src/error_code.rs

3 lines
111 B
Rust
Raw Normal View History

pub(crate) const INVALID_REQUEST_ERROR_CODE: i64 = -32600;
pub(crate) const INTERNAL_ERROR_CODE: i64 = -32603;