You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to get a specific error message when the call to the GitHub fails because of invalid credentials.
The used package raises a \Github\Exception\RuntimeException with the message Bad credentials and error code 401. That could be used to generate a nice error.
The text was updated successfully, but these errors were encountered:
Feature Request
Summary
It would be nice to get a specific error message when the call to the GitHub fails because of invalid credentials.
![image](https://user-images.githubusercontent.com/3321556/92790058-b895be80-f3ab-11ea-826d-7c2599cd2be8.png)
The used package raises a
\Github\Exception\RuntimeException
with the messageBad credentials
and error code401
. That could be used to generate a nice error.The text was updated successfully, but these errors were encountered: