MCPcopy Create free account
hub / github.com/imroc/req / stringToken

Method stringToken

internal/http2/errors.go:56–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func (e ErrCode) stringToken() string {
57 if s, ok := errCodeName[e]; ok {
58 return s
59 }
60 return fmt.Sprintf("ERR_UNKNOWN_%d", uint32(e))
61}
62
63// ConnectionError is an error that results in the termination of the
64// entire connection.

Callers 3

countReadFrameErrorMethod · 0.80
processGoAwayMethod · 0.80
processResetStreamMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected