From c9c21671879ea1b40673eb19dbe8826662d1ecf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:35:08 +0000 Subject: [PATCH 1/2] docs: add client error codes --- tmp/chaos/error-codes.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tmp/chaos/error-codes.md diff --git a/tmp/chaos/error-codes.md b/tmp/chaos/error-codes.md new file mode 100644 index 00000000000..75c0b71bbc3 --- /dev/null +++ b/tmp/chaos/error-codes.md @@ -0,0 +1,7 @@ +# Error Code Reference + +## Client Errors (4xx) +- 400: Bad Request +- 404: Not Found + +Chaos marker: f9a3c1d7 From e0aa52137053557c8be7b0c5c6ead842ff89923b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 17:35:10 +0000 Subject: [PATCH 2/2] docs: add server error codes --- tmp/chaos/error-codes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tmp/chaos/error-codes.md b/tmp/chaos/error-codes.md index 75c0b71bbc3..ab28a0abec8 100644 --- a/tmp/chaos/error-codes.md +++ b/tmp/chaos/error-codes.md @@ -5,3 +5,7 @@ - 404: Not Found Chaos marker: f9a3c1d7 + +## Server Errors (5xx) +- 500: Internal Server Error +- 503: Service Unavailable