Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: service/taskqueue/errors.go

Issue 1355783002: Refactor keys and queries in datastore service and implementation. (Closed) Base URL: https://github.com/luci/gae.git@master
Patch Set: appease errcheck Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « service/datastore/testable.go ('k') | service/taskqueue/taskqueue.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: service/taskqueue/errors.go
diff --git a/service/taskqueue/errors.go b/service/taskqueue/errors.go
index 6a01feeb52987dd31f84c3a731a9519b7b83067b..dede39c81c9707dfcec4e7756e664e98714b5d04 100644
--- a/service/taskqueue/errors.go
+++ b/service/taskqueue/errors.go
@@ -8,4 +8,6 @@ import (
"google.golang.org/appengine/taskqueue"
)
+// ErrTaskAlreadyAdded is the error returned when a named task is added to a
+// task queue more than once.
var ErrTaskAlreadyAdded = taskqueue.ErrTaskAlreadyAdded
« no previous file with comments | « service/datastore/testable.go ('k') | service/taskqueue/taskqueue.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698