diff options
Diffstat (limited to 'buildstream/_exceptions.py')
-rw-r--r-- | buildstream/_exceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildstream/_exceptions.py b/buildstream/_exceptions.py index 55c5d6bbf..6fe4f4847 100644 --- a/buildstream/_exceptions.py +++ b/buildstream/_exceptions.py @@ -220,6 +220,9 @@ class LoadErrorReason(Enum): # A recursive variable has been encountered RECURSIVE_VARIABLE = 22 + # An attempt so set the value of a protected variable + PROTECTED_VARIABLE_REDEFINED = 23 + # LoadError # |