Package org.bremersee.exception
Interface HttpStatusAware
- All Known Implementing Classes:
FeignClientException
,ServiceException
public interface HttpStatusAware
Marker interface to get the HTTP status code.
- Author:
- Christian Bremer
-
Method Summary
-
Method Details
-
status
int status()Gets the HTTP status code.- Returns:
- the HTTP status code
-