Azure / Azure/azure-sdk-for-python
[Core] Improve Error Message For Json Decode Errors
Open
Azure.Core
Client
feature-request
needs-team-attention
- Dominant language
- Python
- Stars
- 5.6k
- Forks
- 3.4k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 193
Description
We want to improve the error message that is raised from Azure Core when it encounters json decoding errors. As these errors are typically coming from the service we should
* Let the user know that the error is coming from the service versus our default error message
* The error message can also include common things the user should check or do and also include a link to where the customer can open a ticket with the service.
This will aide users of the SDK on what next steps are and what could be causing this.
Contributor guide
Assessment
This issue has not been assessed yet.