Tamer Sherif
Tamer Sherif
Hi @deiter! Azure Core introduced https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/azcore/errors.go#L14 which can be cast using: ``` var responseErr *azcore.ResponseError errors.As(err, &responseErr) ``` this will be available in the next release.
Hi @ArnavPrasadMicrosoft! Azure Core introduced https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/azcore/errors.go#L14 which can be cast using: ``` var responseErr *azcore.ResponseError errors.As(err, &responseErr) ``` this will be available in the next release.
@jhendrixMSFT you're correct, I have reopened the issue and updated my comment that this change should be available in the next release
/azp run go - azblob
/azp run go - azblob
/azp run net - storage - ci
TODO: change swagger link
/azp run go - azblob
/azp run go - azblob