I have a flow in which I am calling a child flow
in the child flow if there is an error it terminates and I've set the code and message
when control returns to the parent flow (immediately after the Terminate, based on timing), it records (502) "failed to get a response"
shouldn't it be the code set in the terminate and/or at least the message from the terminate?
especially since "respond to a power app or flow" cannot be set to anything other than success
(technically I could use the success to return the error message and then test if the "successful" message was actually an error, but that's quite tedious since I really have over a dozen flows calling each other, particularly since "terminate" looks like it should be doing this... but clearly isn't)