aboutsummaryrefslogtreecommitdiffstats
path: root/sw/cal/err.go
diff options
context:
space:
mode:
Diffstat (limited to 'sw/cal/err.go')
-rw-r--r--sw/cal/err.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/sw/cal/err.go b/sw/cal/err.go
index 4ceb1cc..4069384 100644
--- a/sw/cal/err.go
+++ b/sw/cal/err.go
@@ -9,7 +9,8 @@ import (
)
var (
- errWrongId = errors.New("wrong ID")
+ errWrongId = errors.New("wrong ID")
+ errVerifyFail = errors.New("verification failed")
)
func eprintf(format string, a ...any) {