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

Function noArtifactError

commands/action.go:1095–1099  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1093}
1094
1095func noArtifactError() error {
1096 errMsg := wski18n.T("An action name and code artifact are required.")
1097
1098 return nonNestedError(errMsg)
1099}
1100
1101func extensionError(extension string) error {
1102 errMsg := wski18n.T(

Callers 2

parseActionFunction · 0.85
getExecFunction · 0.85

Calls 1

nonNestedErrorFunction · 0.85

Tested by

no test coverage detected