diff --git a/tmp/chaos/error-codes.md b/tmp/chaos/error-codes.md new file mode 100644 index 00000000000..ab28a0abec8 --- /dev/null +++ b/tmp/chaos/error-codes.md @@ -0,0 +1,11 @@ +# Error Code Reference + +## Client Errors (4xx) +- 400: Bad Request +- 404: Not Found + +Chaos marker: f9a3c1d7 + +## Server Errors (5xx) +- 500: Internal Server Error +- 503: Service Unavailable