const golang.org/x/net/http2.ErrCodeFlowControl
19 uses
golang.org/x/net/http2 (current package)
errors.go#L19: ErrCodeFlowControl ErrCode = 0x3
errors.go#L36: ErrCodeFlowControl: "FLOW_CONTROL_ERROR",
frame.go#L799: return nil, ConnectionError(ErrCodeFlowControl)
http2.go#L150: return ConnectionError(ErrCodeFlowControl)
server.go#L1408: sc.goAway(ErrCodeFlowControl)
server.go#L1448: return sc.countError("data_flow", streamError(f.Header().StreamID, ErrCodeFlowControl))
server.go#L1529: return sc.countError("bad_flow", streamError(f.StreamID, ErrCodeFlowControl))
server.go#L1695: return sc.countError("setting_win_size", ConnectionError(ErrCodeFlowControl))
server.go#L1735: return sc.countError("data_flow", streamError(id, ErrCodeFlowControl))
server.go#L1752: return sc.countError("data_flow", streamError(id, ErrCodeFlowControl))
server.go#L1765: return sc.countError("flow_on_data_length", streamError(id, ErrCodeFlowControl))
transport.go#L2290: return ConnectionError(ErrCodeFlowControl)
transport.go#L2330: return ConnectionError(ErrCodeFlowControl)
transport.go#L2505: return ConnectionError(ErrCodeFlowControl)
transport.go#L2576: Code: ErrCodeFlowControl,
transport.go#L2581: return ConnectionError(ErrCodeFlowControl)
google.golang.org/grpc/internal/transport
http2_client.go#L1231: t.closeStream(s, io.EOF, true, http2.ErrCodeFlowControl, status.New(codes.Internal, err.Error()), nil, false)
http2_server.go#L807: t.closeStream(s, true, http2.ErrCodeFlowControl, false)
http_util.go#L58: http2.ErrCodeFlowControl: codes.ResourceExhausted,