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

Function NewErrRemoteBckNotFound

cmn/err.go:226–228  ·  view source on GitHub ↗

remote ErrRemoteBckNotFound (compare with ErrBckNotFound)

(bck *Bck)

Source from the content-addressed store, hash-verified

224// remote ErrRemoteBckNotFound (compare with ErrBckNotFound)
225
226func NewErrRemoteBckNotFound(bck *Bck) *ErrRemoteBckNotFound {
227 return &ErrRemoteBckNotFound{bck: *bck}
228}
229
230func (e *ErrRemoteBckNotFound) Error() string {
231 if e.bck.IsCloud() {

Callers 12

headRemoteBckMethod · 0.92
httpbckheadMethod · 0.92
gcpErrorToAISErrorFunction · 0.92
awsErrorToAISErrorFunction · 0.92
azureErrorToAISErrorFunction · 0.92
HeadObjMethod · 0.92
GetObjMethod · 0.92
PutObjMethod · 0.92
DeleteObjMethod · 0.92
InitMethod · 0.92
initMethod · 0.92
CheckMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected