code

package
v0.0.0-...-a649549 Latest Latest
Warning

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

Go to latest
Published: Apr 14, 2023 License: AGPL-3.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// OK is the success code
	OK = 0
	// Failed represents any non-specific failure
	Failed = 1
	// FailedLint means something happened during linting
	FailedLint = 2
	// FailedUpdate means `binName` executable could not be upgraded
	FailedUpdate = 3
	// FailedFmt means the formatting operation failed
	FailedFmt = 4
	// FailedFuzz means the fuzzing process found a bug with the system under test (SUT)
	FailedFuzz = 6
	// FailedExec means a user command (start, reset, stop) experienced failure
	FailedExec = 7
	// FailedSchema means the given payload does not validate provided schema
	FailedSchema = 9
	// FailedConnecting means `binName` is too old, please update
	FailedConnecting = 11
)

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