bunq / sdk_java

Java SDK for bunq API
MIT License
49 stars 23 forks source link

Add response id to error messages from failed requests  #55

Closed OGKevin closed 6 years ago

OGKevin commented 6 years ago

Steps to reproduce:

  1. Make a bad request
  2. Try and get the response id from the X-Bunq-Server-Response-Id header.

What should happen:

  1. There is a way to get the response id to debug this error on bunq's side if needed.

What happens:

  1. :point_up_2: is not possible.

Logs

Extra info:

References