Interface FrameLoadFailed
- All Superinterfaces:
Event
,NavigationEvent
An event indicating that the content load was failed.
-
Method Summary
Modifier and TypeMethodDescriptiondefault NetError
error()
Returns the navigation error.default Frame
frame()
Returns theFrame
instance that failed to load content.default Navigation
Returns theNavigation
instance initiated this event.default String
url()
Returns a string that represents the URL of the resource which content has been failed to load.
-
Method Details
-
frame
Returns theFrame
instance that failed to load content. -
url
Returns a string that represents the URL of the resource which content has been failed to load. -
error
Returns the navigation error.