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

Function javaEntryError

commands/action.go:1111–1115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1109}
1110
1111func javaEntryError() error {
1112 errMsg := wski18n.T("Java actions require --main to specify the fully-qualified name of the main class")
1113
1114 return nonNestedError(errMsg)
1115}
1116
1117func cannotSaveImageError() error {
1118 return nonNestedError(wski18n.T("Cannot save Docker images"))

Callers 1

getExecFunction · 0.85

Calls 1

nonNestedErrorFunction · 0.85

Tested by

no test coverage detected