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 c33e7d7bf..7e334a369 100644
--- a/buildstream/exceptions.py
+++ b/buildstream/exceptions.py
@@ -103,6 +103,9 @@ class LoadErrorReason(Enum):
USER_ASSERTION = 9
"""An assertion was intentionally encoded into project YAML"""
+ TRAILING_LIST_DIRECTIVE = 10
+ """A list composition directive did not apply to any underlying list"""
+
class LoadError(_BstError):
"""Raised while loading some YAML.