const golang.org/x/net/http2.ErrCodeFlowControl
18 uses
golang.org/x/net/http2 (current package)
errors.go#L19: ErrCodeFlowControl ErrCode = 0x3
errors.go#L36: ErrCodeFlowControl: "FLOW_CONTROL_ERROR",
frame.go#L749: return nil, ConnectionError(ErrCodeFlowControl)
http2.go#L135: return ConnectionError(ErrCodeFlowControl)
server.go#L1484: sc.goAway(ErrCodeFlowControl)
server.go#L1519: return sc.countError("data_flow", streamError(f.Header().StreamID, ErrCodeFlowControl))
server.go#L1593: return sc.countError("bad_flow", streamError(f.StreamID, ErrCodeFlowControl))
server.go#L1751: return sc.countError("setting_win_size", ConnectionError(ErrCodeFlowControl))
server.go#L1791: return sc.countError("data_flow", streamError(id, ErrCodeFlowControl))
server.go#L1808: return sc.countError("data_flow", streamError(id, ErrCodeFlowControl))
server.go#L1821: return sc.countError("flow_on_data_length", streamError(id, ErrCodeFlowControl))
transport.go#L2617: return ConnectionError(ErrCodeFlowControl)
transport.go#L2657: return ConnectionError(ErrCodeFlowControl)
transport.go#L2809: return ConnectionError(ErrCodeFlowControl)
transport.go#L2863: return ConnectionError(ErrCodeFlowControl)
google.golang.org/grpc/internal/transport
http2_client.go#L1148: t.closeStream(s, io.EOF, true, http2.ErrCodeFlowControl, status.New(codes.Internal, err.Error()), nil, false)
http2_server.go#L789: t.closeStream(s, true, http2.ErrCodeFlowControl, false)
http_util.go#L57: http2.ErrCodeFlowControl: codes.ResourceExhausted,