Interface RestApiExceptionAware

All Known Implementing Classes:
FeignClientException, RestApiResponseException

public interface RestApiExceptionAware
Marker interface to get the RestApiException model.
Author:
Christian Bremer
  • Method Details

    • getRestApiException

      RestApiException getRestApiException()
      Gets rest api exception.
      Returns:
      the rest api exception or null