-
Notifications
You must be signed in to change notification settings - Fork 44
If project create fails because of auth error, indicate that with a specific error key #3100
Comments
/assign |
FYI basically The IDEs could treat 401 errors to mean "the credentials are incorrect", but Erin and I decided it'd be preferable for So for implementation, it may be as straightforward as making sure that when in |
/pipeline In Progress |
Thanks @rwalle61. By change the error key, do you mean changing
|
I don't know exactly how cwctl currently provides the IDEs with other specific errors, but yes if that's how cwctl does it for other errors |
It seems in other commands the error is output as an error code format e.g. |
/pipeline review/qa |
Further requirement for #2647
If project create fails because the authorization for the template source failed, indicate this on the result with a specific error key so the IDEs know to prompt the user to update the authorization information.
The text was updated successfully, but these errors were encountered: