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