Skip to content

Commit

Permalink
Added error decoder to async builder (#2029)
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Wagstaff <richardwagstaff@hollandandbarrett.com>
  • Loading branch information
rwagstaff and Richard Wagstaff committed May 3, 2023
1 parent fffce1e commit 03dcf4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kotlin/src/main/java/feign/kotlin/CoroutineFeign.java
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ public CoroutineFeign<C> build() {
.logLevel(logLevel)
.client((AsyncClient<Object>) client)
.decoder(decoder)
.errorDecoder(errorDecoder)
.contract(contract)
.retryer(retryer)
.logger(logger)
Expand Down

0 comments on commit 03dcf4d

Please sign in to comment.