Skip to main content

Name

ec_message_parser_strerror — Returns a string representation of a message parsing error code

Synopsis

#include "ec_message.h"

| const char * **ec_message_parser_strerror** ( | err); |   |

int <var class="pdparam">err</var>;

Description

Returns a string representation of a message parsing error code in the form of an SMTP response line.

Parameters

err

An integer representing a parsing error code.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

Was this page helpful?