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

Method Error

pkg/repo/v1/error.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (e ChartNotFoundError) Error() string {
29 return fmt.Sprintf("%s not found in %s repository", e.Chart, e.RepoURL)
30}
31
32func (e ChartNotFoundError) Is(err error) bool {
33 _, ok := err.(ChartNotFoundError)

Calls

no outgoing calls