Searched refs:ErrCodeInternal (Results 1 – 5 of 5) sorted by relevance
18 ErrCodeInternal ErrCode = 0x2 const35 ErrCodeInternal: "INTERNAL_ERROR",
123 return ctx.Framer().WriteRSTStream(hp.StreamID, ErrCodeInternal)
1109 cc.writeStreamReset(cs.ID, ErrCodeInternal, err)
1696 st.sc.writeFrameFromHandler(FrameWriteRequest{write: streamError(st.id, ErrCodeInternal)})
62 http2.ErrCodeInternal: codes.Internal,76 codes.Internal: http2.ErrCodeInternal,