AzureStorageExplorer icon indicating copy to clipboard operation
AzureStorageExplorer copied to clipboard

Extract properties from OData responses for better error reporting

Open JasonYeMSFT opened this issue 1 year ago • 1 comments
trafficstars

Observation reveals that OData responses (responses for Table operations) have similar structures. We can present cleaner error details in the error details dialog if we can extract the useful properties and exclude the miscellaneous information.

JasonYeMSFT avatar Feb 15 '24 23:02 JasonYeMSFT

Observation reveals that OData responses (responses for Table operations) have similar structures. We can present cleaner error details in the error details dialog if we can extract the useful properties and exclude the miscellaneous information.

If we are going to do this, we should make sure that the table APIs contractually guarantee the shape of the OData responses.

MRayermannMSFT avatar Feb 26 '24 19:02 MRayermannMSFT