13 references to MessageError
InMemory.FunctionalTests (2)
Http3\Http3StreamTests.cs (2)
2299
errorCode ?? Http3ErrorCode.
MessageError
,
2310
Http3ErrorCode.
MessageError
,
Microsoft.AspNetCore.Server.Kestrel.Core (11)
Internal\Http3\Http3Stream.cs (11)
363
throw new Http3StreamErrorException(bre.Message, Http3ErrorCode.
MessageError
);
367
throw new Http3StreamErrorException(CoreStrings.BadRequest_MalformedRequestInvalidHeaders, Http3ErrorCode.
MessageError
);
375
throw new Http3StreamErrorException(CoreStrings.HttpErrorConnectionSpecificHeaderField, Http3ErrorCode.
MessageError
);
386
throw new Http3StreamErrorException(CoreStrings.HttpErrorTrailerNameUppercase, Http3ErrorCode.
MessageError
);
390
throw new Http3StreamErrorException(CoreStrings.HttpErrorHeaderNameUppercase, Http3ErrorCode.
MessageError
);
420
throw new Http3StreamErrorException(CoreStrings.HttpErrorPseudoHeaderFieldAfterRegularHeaders, Http3ErrorCode.
MessageError
);
427
throw new Http3StreamErrorException(CoreStrings.HttpErrorTrailersContainPseudoHeaderField, Http3ErrorCode.
MessageError
);
437
throw new Http3StreamErrorException(CoreStrings.HttpErrorUnknownPseudoHeaderField, Http3ErrorCode.
MessageError
);
445
throw new Http3StreamErrorException(CoreStrings.HttpErrorResponsePseudoHeaderField, Http3ErrorCode.
MessageError
);
452
throw new Http3StreamErrorException(CoreStrings.HttpErrorDuplicatePseudoHeaderField, Http3ErrorCode.
MessageError
);
901
throw new Http3StreamErrorException(CoreStrings.HttpErrorMissingMandatoryPseudoHeaderFields, Http3ErrorCode.
MessageError
);