Skip to main content

msys.httpclnt.http_status_classifier

Last updated March 2020

Name

msys.httpclnt.http_status_classifier — Determine the delivery status of the "DLV_Response_Status" variable

Synopsis

require('msys.httpclnt');
require('msys.delivery');

msys.httpclnt.http_status_classifier(status);

status: numeric

Description

This function returns the delivery status of the "DLV_Response_Status" variable. It classifies the "DLV_Response_Status" variable as one of the following:

  • msys.delivery.DELIVERY_SUCCESS

  • msys.delivery.DELIVERY_PERMFAILED

Use this function in the http_response_eval callout.

See Also

Was this page helpful?