MCPcopy
hub / github.com/helm/helm / Error

Method Error

pkg/action/uninstall.go:244–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242}
243
244func (e *joinedErrors) Error() string {
245 errs := make([]string, 0, len(e.errs))
246 for _, err := range e.errs {
247 errs = append(errs, err.Error())
248 }
249 return strings.Join(errs, e.sep)
250}
251
252func (e *joinedErrors) Unwrap() []error {
253 return e.errs

Calls

no outgoing calls