From 0eba7c5d2fff8cfde02901b1c5d8b6cef17d5765 Mon Sep 17 00:00:00 2001 From: Alex Zhen Wang Date: Wed, 26 Feb 2025 19:11:20 +0800 Subject: [PATCH] docs: update comment for TOO_BIG_BATCH_RESPONSE_CODE error --- types/src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/src/error.rs b/types/src/error.rs index 4617e8e318..32f6a13c8c 100644 --- a/types/src/error.rs +++ b/types/src/error.rs @@ -136,7 +136,7 @@ pub const OVERSIZED_RESPONSE_CODE: i32 = -32008; pub const SERVER_IS_BUSY_CODE: i32 = -32009; /// Batch request limit was exceed. pub const TOO_BIG_BATCH_REQUEST_CODE: i32 = -32010; -/// Batch request limit was exceed. +/// Batch response limit was exceed. pub const TOO_BIG_BATCH_RESPONSE_CODE: i32 = -32011; /// Parse error message