exitcode

package
v0.3.1 Latest Latest
Warning

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

Go to latest
Published: Feb 21, 2021 License: MIT Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

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