Is there a way to read the error when the API fails?
I am using the APIs to get user info. But it randomly fails and throws the following error:
" appstoreconnect.api.APIError: An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/."
So the API calls fail without any warning or returning any reason.
Adding how to print the error object when the API fails in the example would be helpful.