From 9ef7036d535844dd4b67236532a790c77dcd8753 Mon Sep 17 00:00:00 2001 From: Rahul Pathak Date: Tue, 15 Oct 2024 19:08:18 +0530 Subject: [PATCH] Expand the error range to allow Implementation specific codes Allow vendor specific error code range to also include Implementation specific error codes also. Vendor and implementation both can define their error codes which will not be exposed in the specification. So allow implementation also to use this range. Signed-off-by: Rahul Pathak --- src/message-protocol.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/message-protocol.adoc b/src/message-protocol.adoc index 09e693c..40ef24c 100644 --- a/src/message-protocol.adoc +++ b/src/message-protocol.adoc @@ -350,5 +350,5 @@ specification or the extension version mismatch. | | < -127 -| _Vendor specific_. +| _Vendor or Implementation specific_. |===