_smtp_error_class
Last updated March 2020
This struct is defined as follows:
struct _smtp_error_class {
const char *short_name;
const char *desc;
};
Note
This struct has not been typedef'ed to remove the leading underscore.
To use this struct, include the file misc/smtp_error_classify.h
.
Was this page helpful?