-
Markus Armbruster authored
Error classes are a leftover from the days of "rich" error objects. New code should always use ERROR_CLASS_GENERIC_ERROR. Commit 1d0d59fe added a use of ERROR_CLASS_DEVICE_NOT_FOUND. Replace it. Signed-off-by:
Gerd Hoffmann <kraxel@redhat.com>Markus Armbruster authoredError classes are a leftover from the days of "rich" error objects. New code should always use ERROR_CLASS_GENERIC_ERROR. Commit 1d0d59fe added a use of ERROR_CLASS_DEVICE_NOT_FOUND. Replace it. Signed-off-by:
Gerd Hoffmann <kraxel@redhat.com>
Loading