|
VMime
|
#include <SMTPExceptions.hpp>


Additional Inherited Members | |
Static Protected Attributes inherited from exception | |
| static const exception | NO_EXCEPTION |
SMTP Command error: a SMTP command failed.
| SMTPCommandError | ( | const string & | command, |
| const string & | response, | ||
| const string & | desc, | ||
| const int | statusCode, | ||
| const SMTPResponse::enhancedStatusCode & | extendedStatusCode, | ||
| const exception & | other = NO_EXCEPTION |
||
| ) |
| SMTPCommandError | ( | const string & | command, |
| const string & | response, | ||
| const int | statusCode, | ||
| const SMTPResponse::enhancedStatusCode & | extendedStatusCode, | ||
| const exception & | other = NO_EXCEPTION |
||
| ) |
| ~SMTPCommandError | ( | ) | ||
| throw | ( | |||
| ) | ||||
|
virtual |
| const SMTPResponse::enhancedStatusCode extendedStatusCode | ( | ) | const |
Returns the extended status code (following RFC-3463) for this error, if available.
| int statusCode | ( | ) | const |
Returns the SMTP status code for this error.