azcore.ResponseError fails to marshal #23454
Labels
Azure.Core
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
Bug Report
When trying to marshal the azcore.ResponseError into a data object, an unsupportedType occurs.
If we null out the azcore.ResponseError.RawResponse.Request object, the error marshals out as expected.
It appears this might be related to 21838 and 22147
It would be nice to be able to marshal this out as well so we can return a full error context back to the client.
The text was updated successfully, but these errors were encountered: