checking in
This commit is contained in:
11
errs/errors.go
Normal file
11
errs/errors.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package errs
|
||||
|
||||
import (
|
||||
`errors`
|
||||
)
|
||||
|
||||
var (
|
||||
ErrNilVault error = errors.New("provided VaultArgs is nil")
|
||||
ErrNoCfg error = errors.New("no TOTP configuration found")
|
||||
ErrNoCode error = errors.New("no code found returned")
|
||||
)
|
||||
Reference in New Issue
Block a user