Warning Event
Information about errors during data delivery.
Object Oriented Interface
public function fireWarning($param);
Procedural Interface
inpaypal_invoice_register_callback($res, 4, array($this, 'fireWarning'));
Parameter List
'errorcode'
'severity'
'message'
'parameter'
Remarks
The Warning event is fired when the response from PayPal contains one or more error messages in the response. If the error found in the PayPal response has a Severity of "Error", the component will fail with an error. Otherwise, this Warning event will fire with the ErrorCode returned by Paypal, as well as the Severity, Message, and Parameter of the error.
Please note that the ErrorCode will be the exact code returned from PayPal, and does not map to any of the class's internal error codes.