IBM / java-sdk-core

Core functionality required by Java code generated by the IBM Cloud OpenAPI SDK Generator (openapi-sdkgen)
https://ibm.github.io/java-sdk-core/
Apache License 2.0
20 stars 21 forks source link

feat(ServiceResponseException): added getResponseBody() method #219

Closed padamstx closed 8 months ago

padamstx commented 8 months ago

This commit adds the "getResponseBody" method to the ServiceResponseException class (which serves as a baseclass for all our exceptions). This new method can be used to retrieve the entire response body that was received within an error response from a server.

Fixes: https://github.ibm.com/arf/planning-sdk-squad/issues/3841

ibm-devx-sdk commented 8 months ago

:tada: This PR is included in version 9.20.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: