documentdb icon indicating copy to clipboard operation
documentdb copied to clipboard

receive "x-ms-retry-after-ms" field on error 429

Open karoshima opened this issue 4 years ago • 0 comments

Hi,

I want the x-ms-retry-after-ms value in the HTTP Response Header when the Cosmos DB returns RequestRateTooLarge (HTTP status code 429) .

so I tried to enhance RequestError{} to RequestError429{} in this pull request.

If you like it, could you use this?

karoshima avatar Jun 08 '20 07:06 karoshima