MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / Error

Method Error

db/utils.go:63–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63func (err *BackgroundTaskError) Error() string {
64 return fmt.Sprintf("Can't create background task: %q with interval %v", err.TaskName, err.Interval)
65}
66
67// BackgroundTask contains the name of the background task that is
68// initiated and a channel that notifies background task termination.

Calls

no outgoing calls