We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ae9ac commit 9997b6cCopy full SHA for 9997b6c
pkg/skaffold/errors/errors.go
@@ -76,7 +76,7 @@ func ActionableErr(phase Phase, err error) *proto.ActionableErr {
76
}
77
78
79
-// ActionableErr returns an actionable error message with suggestions
+// ActionableErrV2 returns an actionable error message with suggestions
80
func ActionableErrV2(phase Phase, err error) *protoV2.ActionableErr {
81
errCode, suggestions := getErrorCodeFromError(phase, err)
82
suggestionsV2 := make([]*protoV2.Suggestion, len(suggestions))
0 commit comments