public static interface ShowNetErrorPageCallback.Params
Modifier and Type | Method and Description |
---|---|
default NetError |
error()
Returns a network error of the failed request converted to
NetError if such conversion is valid, otherwise an empty Optional . |
default java.lang.String |
url()
Returns a string that represents URL of the unreachable navigation request.
|