Interface ShowHttpErrorPageCallback.Params
- Enclosing interface:
- ShowHttpErrorPageCallback
public static interface ShowHttpErrorPageCallback.Params
-
Method Summary
Modifier and TypeMethodDescriptiondefault HttpStatusReturns anOptionalthat contains error code of the failed request converted toHttpStatusif such conversion is valid, otherwise an emptyOptional.default Stringurl()Returns a string that represents URL of the unreachable navigation request.
-
Method Details
-
url
Returns a string that represents URL of the unreachable navigation request. -
httpStatus
Returns anOptionalthat contains error code of the failed request converted toHttpStatusif such conversion is valid, otherwise an emptyOptional.
-