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

Function IsErrRemoteBckNotFound

cmn/err.go:237–240  ·  view source on GitHub ↗
(err error)

Source from the content-addressed store, hash-verified

235}
236
237func IsErrRemoteBckNotFound(err error) bool {
238 _, ok := err.(*ErrRemoteBckNotFound)
239 return ok
240}
241
242// ErrBckNotFound - applies to ais buckets exclusively
243// (compare with ErrRemoteBckNotFound)

Callers 15

jogBcksMethod · 0.92
StartMethod · 0.92
httpbckdeleteMethod · 0.92
hpostCreateBucketMethod · 0.92
initAndTryMethod · 0.92
httpbckgetMethod · 0.92
httpbckdeleteMethod · 0.92
httpbckpostMethod · 0.92
httpbckheadMethod · 0.92
getObjectMethod · 0.92
httpobjputMethod · 0.92
sendECMetafileMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected