Error Event

This event is fired when the server detects an error.

Object Oriented Interface

public function fireError($param);

Procedural Interface

ipworks_smpp_register_callback($res, 4, array($this, 'fireError'));

Parameter List


'errorcode'
'description'

Remarks

If the server sends an error not related to a command sent from the class, the class will fire an Error event containing information related to the error.

ErrorCode will contain the code sent by the server, and Description will contain a standard interpretation of that code.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 PHP Edition - Version 20.0 [Build 8307]