summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstream/exceptions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildstream/exceptions.py b/buildstream/exceptions.py
index b96c43921..49aef8ec8 100644
--- a/buildstream/exceptions.py
+++ b/buildstream/exceptions.py
@@ -84,6 +84,9 @@ class LoadErrorReason(Enum):
UNSUPPORTED_PROJECT = 7
"""BuildStream does not support the required project format version"""
+ EXPRESSION_FAILED = 8
+ """A conditional expression failed to resolve"""
+
class LoadError(_BstError):
"""Raised while loading some YAML.