[libcalamares] Add an extra job-failure enum value
This commit is contained in:
parent
ea8f5afc3c
commit
d731e12456
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user