mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
[libcalamares] Add an extra job-failure enum value
This commit is contained in:
parent
ea8f5afc3c
commit
d731e12456
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ public:
|
|||
NoError = 0,
|
||||
GenericError = -1,
|
||||
PythonUncaughtException = 1,
|
||||
InvalidConfiguration = 2
|
||||
InvalidConfiguration = 2,
|
||||
MissingRequirements = 3,
|
||||
};
|
||||
|
||||
// Can't copy, but you can keep a temporary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue