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

Method Code

errors.go:80–82  ·  view source on GitHub ↗

Code returns the error code.

()

Source from the content-addressed store, hash-verified

78
79// Code returns the error code.
80func (e Error) Code() ErrorCode {
81 return e.code
82}
83
84// Debug returns the debug string.
85func (e Error) Debug() string {

Callers 4

writeErrorMethod · 0.95
testIssue52Function · 0.45
TestIssue27Function · 0.45
readLoopMethod · 0.45

Calls

no outgoing calls

Tested by 2

testIssue52Function · 0.36
TestIssue27Function · 0.36