Skip to content

Commit

Permalink
Allocate error space for aws-crt-swift (#1129)
Browse files Browse the repository at this point in the history
Co-authored-by: Steve Kim <86316075+sbSteveK@users.noreply.github.com>
Co-authored-by: Waqar Ahmed Khan <waahm7@gmail.com>
  • Loading branch information
3 people authored Aug 1, 2024
1 parent 0a98aa0 commit 2add521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ have pre-slotted log subjects & error codes for each library. The currently allo
| [0x3800, 0x3C00) | aws-c-s3 |
| [0x3C00, 0x4000) | aws-c-sdkutils |
| [0x4000, 0x4400) | aws-crt-kotlin |
| [0x4400, 0x4800) | (reserved for future project) |
| [0x4400, 0x4800) | aws-crt-swift |
| [0x4800, 0x4C00) | (reserved for future project) |

Each library should begin its error and log subject values at the beginning of its range and follow in sequence (don't skip codes). Upon
adding an AWS maintained library, a new enum range must be approved and added to the above table.
Expand Down

0 comments on commit 2add521

Please sign in to comment.