exitstatus

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2019 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package exitstatus allows an exit status to be pushed through an error shaped hole. It should not be used to propagate an exit status through a deep callstack as a single error wrapping will cause this to break.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FromError

func FromError(err error) int

FromError collects the exit status from the passed error if it exists. If it finds an error without status code information then it returns 1 for backwards compatibility.

Types

type Error

type Error struct {
	Status int
	Err    error
}

Error represents an error and an associated exit status to propagate.

func (*Error) Error

func (e *Error) Error() string

Jump to

Keyboard shortcuts

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