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
multilog.Error("Error deleting remotely created project after runtime setup error: %v", errs.JoinMessage(err2))
299
-
returnlocale.WrapError(err, "err_init_refresh_delete_project", "Could not setup runtime after init, and could not delete newly created Platform project. Please delete it manually before trying again")
295
+
returnerrDeleteProjectAfterError
300
296
}
301
297
returnerrs.Wrap(err, "Failed to fetch build result")
locale.Tl("err_init_refresh_delete_project", "Could not setup runtime after init, and could not delete newly created Platform project. Please delete it manually before trying again"),
locale.Tl("err_identifier_branch_not_on_branch", "Commit does not belong to history for branch [ACTIONABLE]{{.V0}}[/RESET]", commitNotOnBranchErr.branch),
returnlocale.WrapError(err, "err_identifier_branch", "Could not determine if commit belongs to branch")
144
+
returnerrs.Wrap(err, "Could not determine if commit belongs to branch")
117
145
}
118
146
if!belongs {
119
-
returnlocale.NewInputError("err_identifier_branch_not_on_branch", "Commit does not belong to history for branch [ACTIONABLE]{{.V0}}[/RESET]", s.project.BranchName())
0 commit comments