Documentation ¶
Overview ¶
Package exitcodes contains all well-defined exit codes that gocryptfs can return.
Index ¶
Constants ¶
View Source
const ( // Usage - usage error like wrong cli syntax, wrong number of parameters. Usage = 1 // Config means open/read/parse conf file or emergency conf file failed Config = iota + 1 // KeyFile means open/read keyfile failed or invalid key len in keyfile KeyFile // CipherDir means that the CipherDir is invalid (not exist etc). CipherDir // MountPoint means that the mountpoint is invalid (not empty etc). MountPoint // Fuse means failed to start fuse server Fuse // ForkChild means failed to fork child process ForkChild )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.