I am trying to decode error response body but got always null:
code specific ErrorCodes error Exception classes are generated properly but with empty body:

Feign's OkHttp client is used.
Where is my bad?
Used versions:
Feign: 10.2.3
annotatiion-error-decoder: 1.2.0
P.S. Another developers from UA reported feign-error-decoder does not work properly.
See also my question in chat.
I am trying to decode error response body but got always
null:code specific
ErrorCodeserror Exception classes are generated properly but with empty body:Feign'sOkHttpclient is used.Where is my bad?
Used versions:
Feign:10.2.3annotatiion-error-decoder:1.2.0P.S. Another developers from UA reported
feign-error-decoderdoes not work properly.See also my question in chat.