Interface FrameLoadFailed

All Superinterfaces:
Event, NavigationEvent

public interface FrameLoadFailed extends NavigationEvent
An event indicating that the content load was failed.
  • Method Summary

    Modifier and Type
    Method
    Description
    default NetError
    Returns the navigation error.
    default Frame
    Returns the Frame instance that failed to load content.
    default Navigation
    Returns the Navigation 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

      default Frame frame()
      Returns the Frame instance that failed to load content.
    • url

      default String url()
      Returns a string that represents the URL of the resource which content has been failed to load.
    • error

      default NetError error()
      Returns the navigation error.