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

Function invalidFieldFilterError

commands/action.go:1008–1016  ·  view source on GitHub ↗
(field string)

Source from the content-addressed store, hash-verified

1006}
1007
1008func invalidFieldFilterError(field string) error {
1009 errMsg := wski18n.T(
1010 "Invalid field filter '{{.arg}}'.",
1011 map[string]interface{}{
1012 "arg": field,
1013 })
1014
1015 return nonNestedError(errMsg)
1016}
1017
1018func actionDeleteError(entityName string, err error) error {
1019 whisk.Debug(whisk.DbgError, "Client.Actions.Delete(%s) error: %s\n", entityName, err)

Callers 1

action.goFile · 0.85

Calls 1

nonNestedErrorFunction · 0.85

Tested by

no test coverage detected