exitcodes

package
v1.10.0 Latest Latest
Warning

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

Go to latest
Published: May 25, 2016 License: Apache-2.0, BSD-2-Clause, BSD-3-Clause, + 2 more Imports: 0 Imported by: 0

Documentation

Overview

Package exitcodes defines agent exit codes

Index

Constants

View Source
const (
	// ExitSuccess indicates there's no need to restart the agent and everything
	// is okay
	ExitSuccess = 0
	// ExitError (as well as unspecified exit codes) indicate a fatal error
	// occured, but the agent should be restarted
	ExitError = 1
	// ExitTerminal indicates the agent has exited unsuccessfully, but should
	// not be restarted
	ExitTerminal = 5
	// ExitUpdate indicates that the agent has written an update file to the
	// configured location and this file should be used instead when restarting
	// the agent
	ExitUpdate = 42
)

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