MCPcopy
hub / github.com/harness/harness / NotFound

Function NotFound

errors/status.go:132–134  ·  view source on GitHub ↗

NotFound is a helper function to return an not found Error.

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

Source from the content-addressed store, hash-verified

130
131// NotFound is a helper function to return an not found Error.
132func NotFound(format string, args ...interface{}) *Error {
133 return Format(StatusNotFound, format, args...)
134}
135
136// InvalidArgument is a helper function to return an invalid argument Error.
137func InvalidArgument(format string, args ...interface{}) *Error {

Callers 15

GetPackageMetadataMethod · 0.92
proxyInternalFunction · 0.92
GetOrderedReposFunction · 0.92
DeleteBranchMethod · 0.92
CreateCommitTagMethod · 0.92
DeleteTagMethod · 0.92
SyncRepositoryMethod · 0.92
errors.goFile · 0.92
getRefMethod · 0.92
ReadBatchHeaderLineFunction · 0.92
lsTreeFunction · 0.92

Calls 1

FormatFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…