Skip to content

Commit ea78284

Browse files
authored
docs: update comment for TOO_BIG_BATCH_RESPONSE_CODE error (#1531)
1 parent ddd7e6a commit ea78284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pub const OVERSIZED_RESPONSE_CODE: i32 = -32008;
136136
pub const SERVER_IS_BUSY_CODE: i32 = -32009;
137137
/// Batch request limit was exceed.
138138
pub const TOO_BIG_BATCH_REQUEST_CODE: i32 = -32010;
139-
/// Batch request limit was exceed.
139+
/// Batch response limit was exceed.
140140
pub const TOO_BIG_BATCH_RESPONSE_CODE: i32 = -32011;
141141

142142
/// Parse error message

0 commit comments

Comments
 (0)