|
@@ -1858,7 +1858,6 @@
|
|
|
#
|
|
|
# Errors:
|
|
|
# - If @device does not exist, DeviceNotFound
|
|
|
-# - Any other error returns a GenericError.
|
|
|
#
|
|
|
# Since: 1.3
|
|
|
#
|
|
@@ -2304,7 +2303,7 @@
|
|
|
#
|
|
|
# Errors:
|
|
|
# - If @node is not a valid block device or node, DeviceNotFound
|
|
|
-# - If @name is already taken, GenericError with an explanation
|
|
|
+# - If @name is already taken, GenericError
|
|
|
#
|
|
|
# Since: 2.4
|
|
|
#
|
|
@@ -2327,7 +2326,7 @@
|
|
|
#
|
|
|
# Errors:
|
|
|
# - If @node is not a valid block device or node, DeviceNotFound
|
|
|
-# - If @name is not found, GenericError with an explanation
|
|
|
+# - If @name is not found, GenericError
|
|
|
# - if @name is frozen by an operation, GenericError
|
|
|
#
|
|
|
# Since: 2.4
|
|
@@ -2351,7 +2350,7 @@
|
|
|
#
|
|
|
# Errors:
|
|
|
# - If @node is not a valid block device, DeviceNotFound
|
|
|
-# - If @name is not found, GenericError with an explanation
|
|
|
+# - If @name is not found, GenericError
|
|
|
#
|
|
|
# Since: 2.4
|
|
|
#
|
|
@@ -2372,7 +2371,7 @@
|
|
|
#
|
|
|
# Errors:
|
|
|
# - If @node is not a valid block device, DeviceNotFound
|
|
|
-# - If @name is not found, GenericError with an explanation
|
|
|
+# - If @name is not found, GenericError
|
|
|
#
|
|
|
# Since: 4.0
|
|
|
#
|
|
@@ -2393,7 +2392,7 @@
|
|
|
#
|
|
|
# Errors:
|
|
|
# - If @node is not a valid block device, DeviceNotFound
|
|
|
-# - If @name is not found, GenericError with an explanation
|
|
|
+# - If @name is not found, GenericError
|
|
|
#
|
|
|
# Since: 4.0
|
|
|
#
|
|
@@ -2467,7 +2466,6 @@
|
|
|
# Errors:
|
|
|
# - If @node is not a valid block device, DeviceNotFound
|
|
|
# - If @name is not found or if hashing has failed, GenericError
|
|
|
-# with an explanation
|
|
|
#
|
|
|
# Since: 2.10
|
|
|
##
|