ref: 2a5c12f0152240f54d01653b70b7605103393afd
dir: /ref/store/errors.go/
package refstore
import "errors"
// ErrReferenceNotFound indicates that a reference does not exist in a backend.
// TODO: Interface error? Just like object not found in objectstorer.
var ErrReferenceNotFound = errors.New("refstore: reference not found")