mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08:00
37fc4185ef
This makes `send_response()` easier to work with.
3 lines
111 B
Rust
3 lines
111 B
Rust
pub(crate) const INVALID_REQUEST_ERROR_CODE: i64 = -32600;
|
|
pub(crate) const INTERNAL_ERROR_CODE: i64 = -32603;
|