qapi/block-core: Drop drive-backup's "Any other error" documentation
authorMarkus Armbruster <armbru@redhat.com>
Wed, 11 Sep 2024 13:24:59 +0000 (15:24 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 2 Oct 2024 07:10:01 +0000 (09:10 +0200)
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

index d3f076db9d5c619ac54010cef128894aba294354..5c2b3ac0d4a2c8937a33e414e6c12645f15fa951 100644 (file)
 #
 # Errors:
 #     - If @device does not exist, DeviceNotFound
-#     - Any other error returns a GenericError.
 #
 # Since: 1.3
 #