mailchimp-java icon indicating copy to clipboard operation
mailchimp-java copied to clipboard

Error decoder not showing enough information

Open Glamdring opened this issue 6 years ago • 0 comments

When Mailchimp rejected my subscription request because of incorrect date format, the error decoder did not contain the actual body as a response. I had to make a custom decoder to see what the error is. Please make sure the exception returned contains (when toString() is called) all the necessary information so that one could see the issue in the logs

Glamdring avatar Nov 02 '18 10:11 Glamdring