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

Function RegisterErrorCodeMap

internal/internal.go:24–26  ·  view source on GitHub ↗

RegisterErrorCodeMap is called from API implementations to register their error code map. This should only be called from init functions.

(service string, m map[int32]string)

Source from the content-addressed store, hash-verified

22// RegisterErrorCodeMap is called from API implementations to register their
23// error code map. This should only be called from init functions.
24func RegisterErrorCodeMap(service string, m map[int32]string) {
25 errorCodeMaps[service] = m
26}
27
28type timeoutCodeKey struct {
29 service string

Callers 14

initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
initFunction · 0.92
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…