Azure / azure-cosmos-python

🚨🚨🚨This SDK is now maintained at https://github.com/Azure/azure-sdk-for-python 🚨🚨🚨
https://github.com/Azure/azure-sdk-for-python
MIT License
150 stars 141 forks source link

HTTP status codes as described in documentation. #113

Closed HussainMir closed 6 years ago

HussainMir commented 6 years ago

https://docs.microsoft.com/en-us/rest/api/documentdb/http-status-codes-for-documentdb

kirankumarkolli commented 6 years ago

@srinathnarayanan will take a look.

srinathnarayanan commented 6 years ago

Hi @HussainMir . Are these additions of Http status codes to the python sdk just to make it consistent with other sdk s, or have you found any places in the code base where we use the raw error code value which can be replaced by these constants? Thanks!

HussainMir commented 6 years ago

Hi, is there any testing needs to be done from my side? Wondering if this pull request can be improved somehow, or modified?

Thanks.