microsoft / AzureStorageExplorer

Easily manage the contents of your storage account with Azure Storage Explorer. Upload, download, and manage blobs, files, queues, tables, and Cosmos DB entities. Gain easy access to manage your virtual machine disks. Work with either Azure Resource Manager or classic storage accounts, plus manage and configure cross-origin resource sharing (CORS) rules.
Creative Commons Attribution 4.0 International
377 stars 87 forks source link

Extract properties from OData responses for better error reporting #7750

Open JasonYeMSFT opened 9 months ago

JasonYeMSFT commented 9 months ago

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.

MRayermannMSFT commented 8 months ago

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.