From ff5973f55d8739bd7b2382a4cb40aece69ccfd76 Mon Sep 17 00:00:00 2001 From: Alexander Blom Date: Wed, 22 Feb 2017 14:54:15 +0000 Subject: [PATCH 1/3] Change application reserved error code range We now have codes up to 204, so application needs to start at 205. --- Protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Protocol.md b/Protocol.md index b01a110..65cc9c4 100644 --- a/Protocol.md +++ b/Protocol.md @@ -349,7 +349,7 @@ The Error Data is typically an Exception message, but could include stringified | __RESERVED__ | 0xFFFFFFFF | __Reserved for Extension Use__ | __NOTE__: Values in the range of 0x0001 to 0x00FF are reserved for use as SETUP error codes. Values in the range of -0x00101 to 0x001FF are reserved for connection error codes. Values in the range of 0x00201 to 0xFFFFFFFE are reserved for application layer +0x00101 to 0x001FF are reserved for connection error codes. Values in the range of 0x00205 to 0xFFFFFFFE are reserved for application layer errors. From 773e1f025448ce39ffa691032a4262cc79dba8f7 Mon Sep 17 00:00:00 2001 From: Alexander Blom Date: Thu, 23 Feb 2017 17:45:08 +0000 Subject: [PATCH 2/3] Update Protocol.md --- Protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Protocol.md b/Protocol.md index 65cc9c4..5f0fe07 100644 --- a/Protocol.md +++ b/Protocol.md @@ -349,7 +349,7 @@ The Error Data is typically an Exception message, but could include stringified | __RESERVED__ | 0xFFFFFFFF | __Reserved for Extension Use__ | __NOTE__: Values in the range of 0x0001 to 0x00FF are reserved for use as SETUP error codes. Values in the range of -0x00101 to 0x001FF are reserved for connection error codes. Values in the range of 0x00205 to 0xFFFFFFFE are reserved for application layer +0x00101 to 0x001FF are reserved for connection error codes. Values in the range of 0x00301 to 0xFFFFFFFE are reserved for application layer errors. From 88ca73dae0ce1d1b089c51554e03b07fceab8425 Mon Sep 17 00:00:00 2001 From: Alexander Blom Date: Wed, 1 Mar 2017 18:08:46 +0000 Subject: [PATCH 3/3] Update Protocol.md --- Protocol.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Protocol.md b/Protocol.md index 5f0fe07..c374a5d 100644 --- a/Protocol.md +++ b/Protocol.md @@ -348,9 +348,7 @@ The Error Data is typically an Exception message, but could include stringified | __INVALID__ | 0x00000204 | The request is invalid. Stream ID MUST be > 0. | | __RESERVED__ | 0xFFFFFFFF | __Reserved for Extension Use__ | -__NOTE__: Values in the range of 0x0001 to 0x00FF are reserved for use as SETUP error codes. Values in the range of -0x00101 to 0x001FF are reserved for connection error codes. Values in the range of 0x00301 to 0xFFFFFFFE are reserved for application layer -errors. +__NOTE__: Unsed values in the range of 0x0001 to 0x00300 are reserved for future protocol use. Values in the range of 0x00301 to 0xFFFFFFFE are reserved for application layer errors. ### LEASE Frame (0x02)