public interface FrameLoadFailed extends NavigationEvent
Modifier and Type | Method and Description |
---|---|
default NetError |
error()
Returns the navigation error.
|
default Frame |
frame()
Returns the
Frame instance that failed to load content. |
default Navigation |
navigation()
Returns the
Navigation instance initiated this event. |
default java.lang.String |
url()
Returns a string that represents the URL of the resource which content has been failed to
load.
|
default Navigation navigation()
NavigationEvent
Navigation
instance initiated this event.navigation
in interface NavigationEvent
default Frame frame()
Frame
instance that failed to load content.default java.lang.String url()
default NetError error()