Skip to main content

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.

Parameters

status

The "DLV_Response_Status" context variable which contains the protocol-specific error code.

Return Values

This function returns one of the following values:

  • DELIVERY_SUCCESS

  • DELIVERY_PERMFAILED

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?