aboutsummaryrefslogtreecommitdiff
path: root/src/error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/error.cpp')
-rw-r--r--src/error.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/error.cpp b/src/error.cpp
index 10186fbde5..9e01a86d8c 100644
--- a/src/error.cpp
+++ b/src/error.cpp
@@ -34,6 +34,8 @@ const char *err_str(Error err) {
case ErrorPipeBusy: return "pipe busy";
case ErrorPrimitiveTypeNotFound: return "primitive type not found";
case ErrorCacheUnavailable: return "cache unavailable";
+ case ErrorPathTooLong: return "path too long";
+ case ErrorCCompilerCannotFindFile: return "C compiler cannot find file";
}
return "(invalid error)";
}