eBay / ebay-oauth-csharp-client

eBay OAuth C# Client Library
Apache License 2.0
56 stars 42 forks source link

Response status code and error message when error getting token #11

Open jeroanan opened 4 years ago

jeroanan commented 4 years ago

Response status code and error message when error getting token

Was having a problem earlier where logs were just giving me "Error in fetching the tokken. Error:" and no error message appeneded. I've added logging for status code and error message so it's possible to see if there has been any sort of low-level error with the call.