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
I'm getting this error: GitHub Error: Message: Draft pull requests are not supported in this repository., but I can't handle the errors, because they are never throwed. There is a way to verify if PR creation failed? I need to show the error message to the users.
I made this temporarily validation, to get notice when error are dispatched, but I'd like to know if already there is a better way/correct way?
github.dart:248
The text was updated successfully, but these errors were encountered:
However I couldnot find status 422 inside the library StatusCodes abstract class. So it could be possible that the error you are encountering is thus not thrown because of missing status code
I'm getting this error:
GitHub Error: Message: Draft pull requests are not supported in this repository.
, but I can't handle the errors, because they are never throwed. There is a way to verify if PR creation failed? I need to show the error message to the users.I made this temporarily validation, to get notice when error are dispatched, but I'd like to know if already there is a better way/correct way?
github.dart:248
The text was updated successfully, but these errors were encountered: