Skip to content

Commit

Permalink
ft(health): add Too many requests error
Browse files Browse the repository at this point in the history
  • Loading branch information
ThibaultRiviere committed Jan 16, 2018
1 parent 048f9bf commit ed99e5b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions errors/arsenalErrors.json
Original file line number Diff line number Diff line change
Expand Up @@ -712,6 +712,10 @@
"description": "NotEnoughMapsInConfig",
"code": 400
},
"TooManyRequests": {
"description": "TooManyRequests",
"code": 429
},
"_comment": "----------------------- cdmiclient -----------------------",
"ReadOnly": {
"description": "trying to write to read only back-end",
Expand Down

0 comments on commit ed99e5b

Please sign in to comment.