msgerror context msgid
to place a message in the error DB with the context of my choosing, but this will not work if the message is “destroy-locked”. Using the testing tool, the message always is destroy-locked, and I’m afraid this will be the case with any message that travels through the normal engine flow.
I also know I can send a message to the Error DB with an:
lappend dispList “ERROR $mh”
What I want, is to provide a little greater detail to why I am putting the message in the Error DB to begin with. Every time I use this message the only context I see is “TPS ERROR disposition”.
Anyone know if I can change this context? If not, I may resort to putting details in the msgmeta data, but I hate to do that if there is a better way.
Thanks in advance everyone!