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

Function nestedError

commands/action.go:940–947  ·  view source on GitHub ↗
(errorMessage string, err error)

Source from the content-addressed store, hash-verified

938}
939
940func nestedError(errorMessage string, err error) error {
941 return whisk.MakeWskErrorFromWskError(
942 errors.New(errorMessage),
943 err,
944 whisk.EXIT_CODE_ERR_GENERAL,
945 whisk.DISPLAY_MSG,
946 whisk.DISPLAY_USAGE)
947}
948
949func nonNestedError(errorMessage string) error {
950 return whisk.MakeWskError(

Callers 8

actionParseErrorFunction · 0.85
actionInsertErrorFunction · 0.85
actionDeleteErrorFunction · 0.85
actionGetErrorFunction · 0.85
handleInvocationErrorFunction · 0.85
actionListErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected