WebResourceErrorType enum

Possible error type categorizations used by WebResourceError.

Inheritance

Constructors

WebResourceErrorType()
const

Values

authentication → const WebResourceErrorType

User authentication failed on server.

badUrl → const WebResourceErrorType

Malformed URL.

connect → const WebResourceErrorType

Failed to connect to the server.

failedSslHandshake → const WebResourceErrorType

Failed to perform SSL handshake.

file → const WebResourceErrorType

Generic file error.

fileNotFound → const WebResourceErrorType

File not found.

hostLookup → const WebResourceErrorType

Server or proxy hostname lookup failed.

io → const WebResourceErrorType

Failed to read or write to the server.

proxyAuthentication → const WebResourceErrorType

User authentication failed on proxy.

redirectLoop → const WebResourceErrorType

Too many redirects.

timeout → const WebResourceErrorType

Connection timed out.

tooManyRequests → const WebResourceErrorType

Too many requests during this load.

unknown → const WebResourceErrorType

Generic error.

unsafeResource → const WebResourceErrorType

Resource load was canceled by Safe Browsing.

unsupportedAuthScheme → const WebResourceErrorType

Unsupported authentication scheme (not basic or digest).

unsupportedScheme → const WebResourceErrorType

Unsupported URI scheme.

webContentProcessTerminated → const WebResourceErrorType

The web content process was terminated.

webViewInvalidated → const WebResourceErrorType

The web view was invalidated.

javaScriptExceptionOccurred → const WebResourceErrorType

A JavaScript exception occurred.

javaScriptResultTypeIsUnsupported → const WebResourceErrorType

The result of JavaScript execution could not be returned.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<WebResourceErrorType>
A constant List of the values in this enum, in order of their declaration.