ec_message_parser_strerror
Last updated March 2020
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)
; | |
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.
Was this page helpful?