errors

package
v0.8.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 2, 2018 License: MIT Imports: 1 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrSafeNotFound         = errors.New("Safe not found")
	ErrSafeCorrupt          = errors.New("Safe currupt")
	ErrSafeDecryptionFailed = errors.New("Unable to unlock safe with provided password")
	ErrSafeNotWritable      = errors.New("Safe not writable, this should never happen")

	ErrBackupDisabled   = errors.New("Backups are disabled, increase `max_backups` to re-enable")
	ErrBackupFileExists = errors.New("Backup file already exists")

	ErrAccountAlreadyExists = errors.New("Account already exists")
	ErrAccountNotFound      = errors.New("Account not found")

	ErrInvalidCommandUsage = errors.New("Invalid use of command")

	ErrAlreadyRunning = errors.New("Another instance of pick is already running. To prevent data loss, only a single pick-instance is allowed.")
)

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL