ec_message_parser_strerror
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.
- err
-
An integer representing a parsing error code.
This function returns void.
It is legal to call this function in any thread.