I'm looking for getting error code description raised by EventError from TServer/SIP Server. I can get those description from the deployment guide, but now my problem is how can I get the description in development stage, because I want it to be displayed on the application built?
Here's how I get the error code:
Text = eventError.ErrorCode;
By the way, is eventError.ErrorMessage will return the error description? As I tried, it returned null.
Please help. Thank you.