Delphi: Error codes

The error notification is performed on the Error event of the ozEasySMS component. The Delphi developer needs to get prepared for the following errors:

Error Code Error Message Parameter
1 Server startup failed -
2 Server shutdown failed -
3 Invalid phone number: +36209933723 -
4 No recepient specified -
5 Server already running -
6 Server is not running -
7 Message could not be sent Message ID

The above mentioned errors can happen asynchronously. Make sure you handle all of them.

More information