MCPcopy
hub / github.com/NVIDIA/aistore / NewErrNotFound

Function NewErrNotFound

cmn/err.go:488–490  ·  view source on GitHub ↗

ErrNotFound

(format string, a ...interface{})

Source from the content-addressed store, hash-verified

486// ErrNotFound
487
488func NewErrNotFound(format string, a ...interface{}) *ErrNotFound {
489 return &ErrNotFound{fmt.Sprintf(format, a...)}
490}
491
492func (e *ErrNotFound) Error() string { return e.what + " does not exist" }
493

Callers 15

checkJobMethod · 0.92
GetCommunicatorFunction · 0.92
RxAnyStreamFunction · 0.92
SendMethod · 0.92
HealthMethod · 0.92
ProxyAbortSortHandlerFunction · 0.92
updateUserMethod · 0.92
updateRoleMethod · 0.92
getClusterMethod · 0.92
delClusterMethod · 0.92
issueTokenMethod · 0.92
RequestECMetaFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected