We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 323b105 commit cb29fc3Copy full SHA for cb29fc3
storage_drivers/ontap/ontap_common.go
@@ -3370,7 +3370,7 @@ func cloneFlexvol(
3370
return fmt.Errorf("error checking for existing volume: %v", err)
3371
}
3372
if volExists {
3373
- return fmt.Errorf("volume %s already exists", name)
+ return drivers.NewVolumeExistsError(name)
3374
3375
3376
// If no specific snapshot was requested, create one
0 commit comments