Table of Contents

Enum ErrorReason

Namespace
Selenium.WebDriver.BiDi.Cdp.Network
Assembly
Selenium.WebDriver.BiDi.Cdp.dll

Network level fetch failure reason.

[JsonConverter(typeof(JsonStringEnumConverter<ErrorReason>))]
public enum ErrorReason

Fields

Aborted = 1
AccessDenied = 3
AddressUnreachable = 11
BlockedByClient = 12
BlockedByResponse = 13
ConnectionAborted = 7
ConnectionClosed = 4
ConnectionFailed = 8
ConnectionRefused = 6
ConnectionReset = 5
Failed = 0
InternetDisconnected = 10
NameNotResolved = 9
TimedOut = 2