Interface ShowHttpErrorPageCallback.Params
- Enclosing interface:
- ShowHttpErrorPageCallback
public static interface ShowHttpErrorPageCallback.Params
-
Method Summary
Modifier and TypeMethodDescriptiondefault HttpStatus
Returns anOptional
that contains error code of the failed request converted toHttpStatus
if such conversion is valid, otherwise an emptyOptional
.default String
url()
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 anOptional
that contains error code of the failed request converted toHttpStatus
if such conversion is valid, otherwise an emptyOptional
.
-