TizenWebResourceError class

Error returned in WebView.onWebResourceError when a web resource loading error has occurred.

Annotations

Properties

description String
Description of the error that can be used to communicate the problem to the user.
finalinherited
errorCode int
Raw code of the error from the respective platform.
finalinherited
errorType → WebResourceErrorType?
The type this error can be categorized as.
finalinherited
failingUrl String?
Gets the URL for which the failing resource request was made.
final
hashCode int
The hash code for this object.
no setterinherited
isForMainFrame bool?
Whether the error originated from the main frame.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
The URL for which the failing resource request was made.
finalinherited

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

authenticationFailed → const int
User authentication failed on server.
badUrl → const int
Malformed url.
cantConnect → const int
Cannot connect to Network.
cantHostLookup → const int
Fail to look up host from DNS.
failedFileIO → const int
Failed to file I/O.
failedSslHandshake → const int
Fail to SSL/TLS handshake.
requestTimeout → const int
Connection timeout.
tooManyRedirect → const int
Too many redirects.
tooManyRequests → const int
Too many requests during this load.
unknown → const int
Unknown error.
unsupportedScheme → const int
Unsupported scheme