3 references to InternalError
Interop.FunctionalTests (3)
Http3\Http3RequestTests.cs (3)
577Assert.Equal(Http3ErrorCode.InternalError, (Http3ErrorCode)innerEx.ErrorCode); 639Assert.Equal((long)Http3ErrorCode.InternalError, protocolException.ErrorCode); 686Assert.Equal(Http3ErrorCode.InternalError, (Http3ErrorCode)innerEx.ErrorCode);