multierr

package
v5.31.0 Latest Latest
Warning

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

Go to latest
Published: May 21, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Format

func Format(first, middle, last string, errs []error) error

Format creates an error value from the input array (which should not be empty) If the input contains a single error value, it is returned as is. If there are multiple, they are formatted as a multi-error (with Unwrap() []error) with the provided initial, separator, and ending strings.

Typical usage:

var errs []error
// …
errs = append(errs, …)
// …
if errs != nil { return multierr.Format("Failures doing $FOO", "\n* ", "", errs)}

Types

This section is empty.

Jump to

Keyboard shortcuts

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