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

Struct Error

pkg/app/app.go:1976–1982  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1974}
1975
1976type Error struct {
1977 msg string
1978
1979 Errors []error
1980
1981 code *int
1982}
1983
1984func (e *Error) Error() string {
1985 var cause string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected