FIXUP: rename QubesNotEnoughRAMError to QubesConversionStartFailed

This commit is contained in:
deeplow 2023-10-02 11:51:55 +01:00
parent 9cfac7ac2a
commit eb488b16c5
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -24,7 +24,7 @@ class ConversionException(Exception):
return subclasses
class QubesNotEnoughRAMError(ConversionException):
class QubesConversionStartFailed(ConversionException):
error_code = 126 # No ERROR_SHIFT since this is a qrexec error
error_message = (
"Could not start a disposable qube for the file conversion. "