errors

package
v0.0.0-...-b9a9d18 Latest Latest
Warning

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

Go to latest
Published: Dec 11, 2019 License: BSD-2-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Errors

type Errors struct {
	HaveFatalErrors bool
	Errors          []error
}

func Error

func Error(err string) *Errors

func Errorf

func Errorf(format string, args ...interface{}) *Errors

func Fatal

func Fatal(err string) *Errors

func Fatalf

func Fatalf(format string, args ...interface{}) *Errors

func FromErr

func FromErr(err error) *Errors

func FromErrNonFatal

func FromErrNonFatal(err error) *Errors

func (*Errors) Add

func (e *Errors) Add(err error) *Errors

func (*Errors) AddFatal

func (e *Errors) AddFatal(err error) *Errors

func (*Errors) Addf

func (e *Errors) Addf(format string, args ...interface{}) *Errors

func (*Errors) Merge

func (e *Errors) Merge(e2 *Errors) *Errors

Jump to

Keyboard shortcuts

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