DP-3T / dp3t-sdk-android

The DP3T-SDK for Android
Mozilla Public License 2.0
242 stars 94 forks source link

Add error response body to StatusCodeException #187

Closed lauriskr closed 4 years ago

lauriskr commented 4 years ago

Add the ability to pass error response body to the client application. It is up to the client application to handle the contents of the error response. Helps with error handling and debugging as client applications can show more details error messages to users.

Related iOS SDK pull request: https://github.com/DP-3T/dp3t-sdk-ios/pull/185

simonroesch commented 4 years ago

Thank you for this change!