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

Function cannotSaveImageError

commands/action.go:1117–1119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1115}
1116
1117func cannotSaveImageError() error {
1118 return nonNestedError(wski18n.T("Cannot save Docker images"))
1119}
1120
1121func cannotSaveSequenceError() error {
1122 return nonNestedError(wski18n.T("Cannot save action sequences"))

Callers 1

saveCodeFunction · 0.85

Calls 1

nonNestedErrorFunction · 0.85

Tested by

no test coverage detected