Skip to content

Commit 933ca99

Browse files
documentation correction for create container error (Azure#23888)
1 parent ba0c64b commit 933ca99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/storage/azblob/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func (c *Client) ServiceClient() *service.Client {
9595
}
9696

9797
// CreateContainer is a lifecycle method to creates a new container under the specified account.
98-
// If the container with the same name already exists, a ResourceExistsError will be raised.
98+
// If the container with the same name already exists, a ContainerAlreadyExists Error will be raised.
9999
// This method returns a client with which to interact with the newly created container.
100100
func (c *Client) CreateContainer(ctx context.Context, containerName string, o *CreateContainerOptions) (CreateContainerResponse, error) {
101101
return c.svc.CreateContainer(ctx, containerName, o)

0 commit comments

Comments
 (0)