library · inferred from evidence
ErrorDetails
A class representing error details in the docusign-php-client library.
- 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