How can we add more information in error message we are getting at RME endpoint?
If any error comes in my custom service then i want to add additional information in error message through this custom service.
is there any way to create such customised error message?
Thanks,
Chetan
The RME Message contains the XQServiceException text. You can create the exception with any content you want.
Obviously, in Sonic 8.0, you could also create a Fault Handler process, modify the message to include any extra data you want and then rethrow that.