We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddd7e6a commit ea78284Copy full SHA for ea78284
types/src/error.rs
@@ -136,7 +136,7 @@ pub const OVERSIZED_RESPONSE_CODE: i32 = -32008;
136
pub const SERVER_IS_BUSY_CODE: i32 = -32009;
137
/// Batch request limit was exceed.
138
pub const TOO_BIG_BATCH_REQUEST_CODE: i32 = -32010;
139
-/// Batch request limit was exceed.
+/// Batch response limit was exceed.
140
pub const TOO_BIG_BATCH_RESPONSE_CODE: i32 = -32011;
141
142
/// Parse error message
0 commit comments