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 9966b76e0..fc44f4989 100644
--- a/buildstream/_exceptions.py
+++ b/buildstream/_exceptions.py
@@ -188,6 +188,9 @@ class LoadErrorReason(Enum):
# Subproject has no ref
SUBPROJECT_INCONSISTENT = 14
+ # An invalid symbol name was encountered
+ INVALID_SYMBOL_NAME = 15
+
# LoadError
#