public static interface ShowHttpErrorPageCallback.Params
| Modifier and Type | Method and Description |
|---|---|
default HttpStatus |
httpStatus()
Returns an
Optional that contains error code of the failed request converted to
HttpStatus 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.
|
default java.lang.String url()
default HttpStatus httpStatus()
Optional that contains error code of the failed request converted to
HttpStatus if such conversion is valid, otherwise an empty Optional.