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
The GitHub API returns a response like {"message":"error message", "errors": ['error 1','error 2']} on error. We should utilise this field if available, falling back to the current generic error messages.
The text was updated successfully, but these errors were encountered:
Feature Request
Summary
The GitHub API returns a response like
{"message":"error message", "errors": ['error 1','error 2']}
on error. We should utilise this field if available, falling back to the current generic error messages.The text was updated successfully, but these errors were encountered: