davidtsadler / ebay-sdk-php

An eBay SDK for PHP. Use the eBay API in your PHP projects.
Apache License 2.0
349 stars 341 forks source link

Support http_errors configuration option #64

Closed davidtsadler closed 7 years ago

davidtsadler commented 7 years ago

Guzzle has the configuration option http_errors that can be set to false to to disable throwing exceptions on an HTTP protocol errors (i.e., 4xx and 5xx responses).

Adding this to the SDK may allow users to obtain the error messages returned from eBay when a 500 response happens.