const golang.org/x/net/http2.ErrCodeInternal
9 uses
golang.org/x/net/http2 (current package)
errors.go#L18: ErrCodeInternal ErrCode = 0x2
errors.go#L35: ErrCodeInternal: "INTERNAL_ERROR",
server.go#L1784: st.sc.writeFrameFromHandler(FrameWriteRequest{write: streamError(st.id, ErrCodeInternal)})
transport.go#L1409: cc.writeStreamReset(cs.ID, ErrCodeInternal, err)
write.go#L123: return ctx.Framer().WriteRSTStream(hp.StreamID, ErrCodeInternal)
google.golang.org/grpc/internal/transport
http2_server.go#L827: t.closeStream(s, true, http2.ErrCodeInternal, false)
http2_server.go#L892: t.closeStream(s, true, http2.ErrCodeInternal, false)
http_util.go#L63: http2.ErrCodeInternal: codes.Internal,
http_util.go#L77: codes.Internal: http2.ErrCodeInternal,
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |