Skip to content

Commit cfd66ab

Browse files
lexsbenjchristensen
authored andcommitted
Change application reserved error code range (rsocket#184)
* Change application reserved error code range We now have codes up to 204, so application needs to start at 205. * Update Protocol.md * Update Protocol.md
1 parent 5917ab9 commit cfd66ab

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Protocol.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,9 +354,7 @@ The Error Data is typically an Exception message, but could include stringified
354354
| __INVALID__ | 0x00000204 | The request is invalid. Stream ID MUST be > 0. |
355355
| __RESERVED__ | 0xFFFFFFFF | __Reserved for Extension Use__ |
356356

357-
__NOTE__: Values in the range of 0x0001 to 0x00FF are reserved for use as SETUP error codes. Values in the range of
358-
0x00101 to 0x001FF are reserved for connection error codes. Values in the range of 0x00201 to 0xFFFFFFFE are reserved for application layer
359-
errors.
357+
__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.
360358

361359
<a name="frame-lease"></a>
362360
### LEASE Frame (0x02)

0 commit comments

Comments
 (0)