Skip to content

Commit

Permalink
feature/bc-update-http-429-response-conditions-and-mono-options-versi…
Browse files Browse the repository at this point in the history
…on (#30)

* add http 429 to error code enum

* update mono.options to version 6.12.0.148

* update http 429 conditions to avoid null exceptions

* csproj code clean up
  • Loading branch information
Ben Carpenter authored Oct 1, 2021
1 parent 8bd7d17 commit 0bfa592
Show file tree
Hide file tree
Showing 3 changed files with 181 additions and 43 deletions.
3 changes: 2 additions & 1 deletion SurfaceDevCenterManager/ErrorCodes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ internal enum ErrorCodes
TRANSLATE_PRODUCT_ID_MISSING = -43,
TRANSLATE_SUBMISSION_ID_MISSING = -44,
TRANSLATE_PUBLISHER_ID_MISSING = -45,
TRANSLATE_API_FAILED = -46
TRANSLATE_API_FAILED = -46,
HTTP_429_RATE_LIMIT_EXCEEDED = -429
}
}
Loading

0 comments on commit 0bfa592

Please sign in to comment.