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.