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

Function extensionError

commands/action.go:1101–1109  ·  view source on GitHub ↗
(extension string)

Source from the content-addressed store, hash-verified

1099}
1100
1101func extensionError(extension string) error {
1102 errMsg := wski18n.T(
1103 "'{{.name}}' is not a supported action runtime",
1104 map[string]interface{}{
1105 "name": extension,
1106 })
1107
1108 return nonNestedError(errMsg)
1109}
1110
1111func javaEntryError() error {
1112 errMsg := wski18n.T("Java actions require --main to specify the fully-qualified name of the main class")

Callers 1

getExecFunction · 0.85

Calls 1

nonNestedErrorFunction · 0.85

Tested by

no test coverage detected