httpStatus property

HttpStatus httpStatus
final

The HTTP status code associated with the exception.

This code corresponds to various HTTP status codes, such as 404 for Not Found, 403 for Forbidden, etc. It is used to identify the type of HTTP error that occurred.

Implementation

final HttpStatus httpStatus;