MCPcopy Create free account
hub / github.com/dgrr/http2 / Error

Method Error

errors.go:115–117  ·  view source on GitHub ↗

Error implements the error interface.

()

Source from the content-addressed store, hash-verified

113
114// Error implements the error interface.
115func (e Error) Error() string {
116 return fmt.Sprintf("%s: %s", e.code, e.debug)
117}
118
119var (
120 errParser = []string{

Callers 4

writeErrorMethod · 0.95
handleHeaderFrameMethod · 0.45
AssertEqualFunction · 0.45
requestHandlerFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected