OpenFeign / feign-annotation-error-decoder

Apache License 2.0
51 stars 9 forks source link

More useful message for NO_DEFAULT exception out of the box. #26

Closed SimY4 closed 5 years ago

SimY4 commented 5 years ago

When a misconfigured error happens, NO_DEFAULT exception gives no clue on what went wrong. You have to always provide more meaningful default. This change will at least make sure you know what status response had when on the moment of error.

saintf commented 5 years ago

The build seems to have failed because of formatting - can you check on the build if files get modified (so that you can get them to do proper formatting and the build won't fail?)

image