Open
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.