diff mbox series

[PULL,10/10] qapi/block-core: Drop drive-backup's "Any other error" documentation

Message ID 20241002074404.1983368-11-armbru@redhat.com
State New
Headers show
Series [PULL,01/10] qapi/char: Supply missing member documentation | expand

Commit Message

Markus Armbruster Oct. 2, 2024, 7:44 a.m. UTC
We've always been rather lax about documenting errors.  Many "Errors"
sections are obviously not exhaustive.  Only drive-backup is explicit
about this: "Any other error returns a GenericError".

Not useful.  Drop.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-ID: <20240911132459.2548063-3-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
---
 qapi/block-core.json | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/qapi/block-core.json b/qapi/block-core.json
index d3f076db9d..5c2b3ac0d4 100644
--- a/qapi/block-core.json
+++ b/qapi/block-core.json
@@ -1858,7 +1858,6 @@ 
 #
 # Errors:
 #     - If @device does not exist, DeviceNotFound
-#     - Any other error returns a GenericError.
 #
 # Since: 1.3
 #