Class FeignClientErrorDecoder
java.lang.Object
org.training.account.service.configuration.FeignClientErrorDecoder
- All Implemented Interfaces:
feign.codec.ErrorDecoder
-
Nested Class Summary
Nested classes/interfaces inherited from interface feign.codec.ErrorDecoder
feign.codec.ErrorDecoder.Default, feign.codec.ErrorDecoder.RetryAfterDecoder
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FeignClientErrorDecoder
public FeignClientErrorDecoder()
-
-
Method Details
-
decode
Decode the response and return an Exception object.- Specified by:
decode
in interfacefeign.codec.ErrorDecoder
- Parameters:
s
- the response stringresponse
- the HTTP response object- Returns:
- an Exception object representing the decoded response
-