Post #1758307
2026-04-20 12:10 UTC
@leeloo @Sarnau @mayo @dasdom Maybe I misunderstand something here.
The point is not that it only had one match. The point is that it is an exact match. That makes it a separate error string.
Other errors when deleting components use other error messages. Of course I cannot tell if they use generated error messages (e.g. “Failed to due to: ”) or also separate messages but for the case I reported, I am convinced that someone came up with a unique message.
Replies (1)
-
@leeloo@c.im 2026-04-20 12:22
@teilweise @Sarnau @mayo @dasdom grep 'cannot delete' is not an exact match, it is a substring. And it's not the full error message anyway, so even if it was an exact match, it would still need to have the other half added elsewhere.