Skip to content

Commit

Permalink
chore: add 499 error for client closed connections
Browse files Browse the repository at this point in the history
  • Loading branch information
ssepml committed Oct 16, 2024
1 parent dc7a838 commit decb2a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api-errors.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,10 @@
"short_message": "Unavailable For Legal Reasons",
"long_message": "Unavailable For Legal Reasons"
},
"49900": {
"short_message": "Client Closed Request",
"long_message": "Client Closed Request"
},
"50000": {
"short_message": "Internal Server Error",
"long_message": "The server encountered an unexpected condition which prevented it from fulfilling the request"
Expand Down

0 comments on commit decb2a5

Please sign in to comment.