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

Function fileExistsError

commands/action.go:1125–1131  ·  view source on GitHub ↗
(file string)

Source from the content-addressed store, hash-verified

1123}
1124
1125func fileExistsError(file string) error {
1126 errMsg := wski18n.T("The file '{{.file}}' already exists", map[string]interface{}{
1127 "file": file,
1128 })
1129
1130 return nonNestedError(errMsg)
1131}
1132
1133func printActionCreated(entityName string) {
1134 fmt.Fprintf(

Callers 1

saveCodeFunction · 0.85

Calls 1

nonNestedErrorFunction · 0.85

Tested by

no test coverage detected