Function
RegisterTimeoutErrorCode
(service string, code int32)
Source from the content-addressed store, hash-verified
| 34 | var timeoutCodes = make(map[timeoutCodeKey]bool) |
| 35 | |
| 36 | func RegisterTimeoutErrorCode(service string, code int32) { |
| 37 | timeoutCodes[timeoutCodeKey{service, code}] = true |
| 38 | } |
| 39 | |
| 40 | // APIError is the type returned by appengine.Context's Call method |
| 41 | // when an API call fails in an API-specific way. This may be, for instance, |
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…