package errs import "errors" var ( ErrCollectionNotExists = errors.New("collection not exists") )