MCPcopy Create free account
hub / github.com/golang/appengine / RegisterTimeoutErrorCode

Function RegisterTimeoutErrorCode

internal/internal.go:36–38  ·  view source on GitHub ↗
(service string, code int32)

Source from the content-addressed store, hash-verified

34var timeoutCodes = make(map[timeoutCodeKey]bool)
35
36func 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,

Callers 3

initFunction · 0.92
initFunction · 0.92
initFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…