library · inferred from evidence
ApiException#getResponseObject
A method in the ApiException class that retrieves the response object from an API call.
- docusign-php-client: ApiException#getResponseObject returns serialized PHP string instead of object
In docusign-php-client v4.0.0, ApiException#getResponseObject() stopped returning a deserialized ErrorDetails object and instead returned a serialized PHP object as a string, breaking error handling that worked in v3.0.1. The reporter trace