Loading...
Searching...
No Matches
Go to the source code of this file.
|
enum | System.Net.Http.Http3ErrorCode : long {
System.Net.Http.NoError = 256L
, System.Net.Http.ProtocolError
, System.Net.Http.InternalError
, System.Net.Http.StreamCreationError
,
System.Net.Http.ClosedCriticalStream
, System.Net.Http.UnexpectedFrame
, System.Net.Http.FrameError
, System.Net.Http.ExcessiveLoad
,
System.Net.Http.IdError
, System.Net.Http.SettingsError
, System.Net.Http.MissingSettings
, System.Net.Http.RequestRejected
,
System.Net.Http.RequestCancelled
, System.Net.Http.RequestIncomplete
, System.Net.Http.MessageError
, System.Net.Http.ConnectError
,
System.Net.Http.VersionFallback
} |
|