From d731e12456815d109dc86583ffb1c0dbf67a4683 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Sat, 15 May 2021 07:46:03 +0200 Subject: [PATCH] [libcalamares] Add an extra job-failure enum value --- src/libcalamares/Job.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libcalamares/Job.h b/src/libcalamares/Job.h index c7578272d..58a9bba39 100644 --- a/src/libcalamares/Job.h +++ b/src/libcalamares/Job.h @@ -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