diff options
Diffstat (limited to 'internal/exitcodes')
-rw-r--r-- | internal/exitcodes/exitcodes.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/exitcodes/exitcodes.go b/internal/exitcodes/exitcodes.go index b876333..508ba38 100644 --- a/internal/exitcodes/exitcodes.go +++ b/internal/exitcodes/exitcodes.go @@ -70,6 +70,8 @@ const ( ExcludeError = 29 // DevNull means that /dev/null could not be opened DevNull = 30 + // FIDO2Error - an error was encountered while interacting with a FIDO2 token + FIDO2Error = 31 ) // Err wraps an error with an associated numeric exit code |