Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b902878

Browse files
committedMar 31, 2023
update error-handling.md
1 parent 760f613 commit b902878

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎error-handling.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ For each thing that could go wrong, make a test with your expected status code a
77

88
Bear in mind, handling bad inputs from clients doesn't necessarily have to lead to a 4\*\* status code. Handling can include using default behaviours or even ignoring parts of the request.
99

10+
The following is _not_ a comprehensive list! Its purpose is just to get the ball rolling down the sad path 😢
11+
1012
---
1113

1214
## Relevant HTTP Status Codes

0 commit comments

Comments
 (0)
Please sign in to comment.