multierror

package
v1.0.10-0...-14b5e54 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AsMultiError

func AsMultiError(err error) bool

Types

type MultiErrorBuilder

type MultiErrorBuilder interface {
	Build() error
	Add(errs ...error)
	AddSingle(err error)
	All() []error
	AllNonNil() []error
}

func NewMultiErrorBuilder

func NewMultiErrorBuilder(errs ...error) MultiErrorBuilder

Jump to

Keyboard shortcuts

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