MCPcopy Create free account
hub / github.com/apache/openwhisk-cli / zipKindError

Function zipKindError

commands/action.go:1089–1093  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1087}
1088
1089func zipKindError() error {
1090 errMsg := wski18n.T("creating an action from a .zip artifact requires specifying the action kind explicitly")
1091
1092 return nonNestedError(errMsg)
1093}
1094
1095func noArtifactError() error {
1096 errMsg := wski18n.T("An action name and code artifact are required.")

Callers 1

getExecFunction · 0.85

Calls 1

nonNestedErrorFunction · 0.85

Tested by

no test coverage detected