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 c4e18df..cd36988 100644
--- a/internal/exitcodes/exitcodes.go
+++ b/internal/exitcodes/exitcodes.go
@@ -70,6 +70,8 @@ const (
TrezorError = 28
// ExcludeError - an error occurred while processing "-exclude"
ExcludeError = 29
+ // DevNull means that /dev/null could not be opened
+ DevNull = 30
)
// Err wraps an error with an associated numeric exit code