AndroidWebResourceError 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