[libcalamares] Add an extra job-failure enum value

This commit is contained in:
Adriaan de Groot 2021-05-15 07:46:03 +02:00
parent ea8f5afc3c
commit d731e12456

View File

@ -35,7 +35,8 @@ public:
NoError = 0, NoError = 0,
GenericError = -1, GenericError = -1,
PythonUncaughtException = 1, PythonUncaughtException = 1,
InvalidConfiguration = 2 InvalidConfiguration = 2,
MissingRequirements = 3,
}; };
// Can't copy, but you can keep a temporary // Can't copy, but you can keep a temporary