I would like to capture the literal error message returned from a server when making an HTTPservice request with resultFormat = "e4x".
Using "fault" allows me to handle the error gracefully - say when the result is not proper XML. But I would like to view the full error message from the server, for example, if there's a SQL statement error etc...... I realize I can switch the resultFormat to "text" but this is a real pain to switch back and forth during testing.

