summaryrefslogtreecommitdiff
path: root/internal/exitcodes/exitcodes.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/exitcodes/exitcodes.go')
-rw-r--r--internal/exitcodes/exitcodes.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/exitcodes/exitcodes.go b/internal/exitcodes/exitcodes.go
index 209656c..36f2aae 100644
--- a/internal/exitcodes/exitcodes.go
+++ b/internal/exitcodes/exitcodes.go
@@ -61,6 +61,8 @@ const (
// Profiler - error occoured when trying to write cpu or memory profile or
// execution trace
Profiler = 25
+ // FsckErrors - the filesystem check found errors
+ FsckErrors = 26
)
// Err wraps an error with an associated numeric exit code