Interface HttpStatusAware

All Known Implementing Classes:
FeignClientException, ServiceException

public interface HttpStatusAware
Marker interface to get the HTTP status code.
Author:
Christian Bremer
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the HTTP status code.
  • Method Details

    • status

      int status()
      Gets the HTTP status code.
      Returns:
      the HTTP status code