Mangopay / mangopay2-php-sdk

PHP SDK for MANGOPAY
https://packagist.org/packages/mangopay/php-sdk-v2
MIT License
122 stars 133 forks source link

better errors #492

Closed Rehteq closed 3 years ago

Rehteq commented 3 years ago

more accurate error messages. I thought that it wasn't accurate enough with just

"One or several required parameters are missing or incorrect. An incorrect resource ID also raises this kind of error."

so I added some extra details, for example :

"One or several required parameters are missing or incorrect. An incorrect resource ID also raises this kind of error. Address error: The value requested must be an Address object. Nationality error: The requested value is not an ISO 3166-1 alpha-2 code which is expected."

-@Rehteq

MockingMagician commented 3 years ago

@SoloJr PR misses you! :wink: