//
pkg.gl
Category
github.com/fluxcd/cli-utils
pkg
multierror
package
0.36.0-flux.9
Repository:
https://github.com/fluxcd/cli-utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
2
Files
70 SLOC
#
Functions
New
New returns a new MultiError wrapping the specified error list.
Unwrap
Unwrap flattens zero or more errors and/or MultiErrors into a list of errors.
Wrap
Wrap merges zero or more errors and/or MultiErrors into one error.
#
Constants
Indent
No description provided by the author
Prefix
No description provided by the author
#
Structs
MultiError
MultiError wraps multiple errors and formats them for multi-line output.
#
Interfaces
Interface
No description provided by the author