ResourceExistsError
mentioned in documentation, but does not exist in code
#23875
Labels
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Storage
Storage Service (Queues, Blobs, Files)
Bug Report
Import path:
github.com/Azure/azure-sdk-for-go/sdk/storage/azblob
SDK version: [email protected]
go version:
go version go1.22.5 darwin/arm64
Looking at the documentation for
Client.CreateContainer
(https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/storage/azblob#Client.CreateContainer), which I found linked off of https://learn.microsoft.com/en-us/azure/storage/blobs/storage-quickstart-blobs-go?tabs=roles-azure-portal, I noticed that the Client.CreateContainer function mentions aResourceExistsError
:But this
ResourceExistsError
isn't defined anywhere within the azure-sdk-for-go.Where is this error defined? Or is the documentation wrong?
The text was updated successfully, but these errors were encountered: