Skip to main content

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.

See Also

Was this page helpful?