Re:Icewarp unclear error in several cases
2012/11/01 08:55:45
(permalink)
All error handling in HC is based on "ErrorCodes" that each has an "ErrorMessage" associated with it depending on the language being used in panel.Each of these HC Errorcodes is followed by a certain set of actions like adding/removing a resource in HC database, depending on the error code returned.
This cannot be achieved by getting error message strings from the application or server integrated in HC like web server or mail server and parsing them to know the result of the activity. Hence HC Panel does not display error messages returned from any application or server integrated in HC.
Secondly, in case of exe utility base API (Icewarp integration) it became very difficut to get the error description from the output return by the utilty.