http_status_classifier
Name
http_status_classifier — Determine the meaning of the delivery status code
Synopsis
#include "modules/delivery/htpp/httpclnt.h"
| int **http_status_classifier** (
| status)
; | |
int <var class="pdparam">status</var>
;
Description
**Configuration Change. ** This function is available as of Momentum version 3.5.5.
In the context of an HTTP delivery, determine the meaning of the delivery status code. If you need to determine the delivery method use ec_message_get_delivery_method.
- status
-
The "DLV_Response_Status" context variable which contains the protocol-specific error code.
This function returns one of the following values:
-
DELIVERY_SUCCESS
-
DELIVERY_PERMFAILED
It is legal to call this function in any thread.
See Also
Momentum for Mobile Push Notifications, apn_status_classifier and gcm_classify_error