When using the 'Send an Email V2' action, there doesn't appear to be way to setup error trapping. For example, a malformed email address.
For comparison, when a 'Run a Child Flow' action is used, the Dynamic Content will show properties of that Action that are returned. The 'Send an Email V2' has no presence in the Dynamic Content.
That said, when the 'Send an Email V2' is executed and fails, I've found that the "x-ms-apihub-cached-response" will be False. I want to be able to query this value to denote an email failure, but don't know how to refer to it, as 'Send an Email V2' does not become an Output.
What is the proper way to perform this error trap?