You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error handling goes like this:
- Baseline response on error is 400 Bad Request
- If the request is infallible (e.g. GET with no payload/query params),
respond with 500 Server Error
- More specific responses can be done as more specific errors are
found (missing IDs, etc.)
0 commit comments