MCPcopy
hub / github.com/helmfile/helmfile / Error

Struct Error

pkg/app/app.go:2671–2677  ·  view source on GitHub ↗

Error is a wrapper around an error that adds context to the error.

Source from the content-addressed store, hash-verified

2669
2670// Error is a wrapper around an error that adds context to the error.
2671type Error struct {
2672 msg string
2673
2674 Errors []error
2675
2676 code *int
2677}
2678
2679func (e *Error) Error() string {
2680 var cause string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected