How do I know if a Call Service node failed?

Is there a way to know if a Call Service node succeeded or failed?
I have Call Service node that calls turn_off on a switch, but if the entity_id is invalid it doesn’t complain in any way that I can tell. I have tried adding a Catch node set to catch all, but it doesn’t catch any errors from the service call.

Edit: The Catch node catches errors if the Call Service node can’t connect to the server. But the case I want to catch is when the entity_id is invalid.