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

Function cannotSaveSequenceError

commands/action.go:1121–1123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1119}
1120
1121func cannotSaveSequenceError() error {
1122 return nonNestedError(wski18n.T("Cannot save action sequences"))
1123}
1124
1125func fileExistsError(file string) error {
1126 errMsg := wski18n.T("The file '{{.file}}' already exists", map[string]interface{}{

Callers 1

saveCodeFunction · 0.85

Calls 1

nonNestedErrorFunction · 0.85

Tested by

no test coverage detected