MCPcopy Create free account
hub / github.com/UiPath/uipathcli / failedStatus

Method failedStatus

plugin/module_manager.go:49–51  ·  view source on GitHub ↗
(definition ModuleDefinition, err error)

Source from the content-addressed store, hash-verified

47}
48
49func (m ModuleManager) failedStatus(definition ModuleDefinition, err error) string {
50 return "[ failed ] " + definition.Name + ": download failed with error " + err.Error()
51}
52
53func (m ModuleManager) skippedStatus(definition ModuleDefinition, path string) string {
54 return "[ skipped ] " + definition.Name + ": already present at " + path

Callers 1

offlineMethod · 0.95

Calls 1

ErrorMethod · 0.80

Tested by

no test coverage detected