Enum ErrorReason
Network level fetch failure reason.
[JsonConverter(typeof(JsonStringEnumConverter<ErrorReason>))]
public enum ErrorReason
Fields
Aborted = 1AccessDenied = 3AddressUnreachable = 11BlockedByClient = 12BlockedByResponse = 13ConnectionAborted = 7ConnectionClosed = 4ConnectionFailed = 8ConnectionRefused = 6ConnectionReset = 5Failed = 0InternetDisconnected = 10NameNotResolved = 9TimedOut = 2