Interface ShowNetErrorPageCallback.Params

Enclosing interface:
ShowNetErrorPageCallback

public static interface ShowNetErrorPageCallback.Params
  • Method Summary

    Modifier and Type
    Method
    Description
    default NetError
    Returns a network error of the failed request converted to NetError if such conversion is valid, otherwise an empty Optional.
    default String
    url()
    Returns a string that represents URL of the unreachable navigation request.
  • Method Details

    • url

      default String url()
      Returns a string that represents URL of the unreachable navigation request.
    • error

      default NetError error()
      Returns a network error of the failed request converted to NetError if such conversion is valid, otherwise an empty Optional.