Hunny Software Library Reference

ErrorCode Enumeration

Hunny.Mail error codes.

[Visual Basic]
Public Enum ErrorCode
[C#]
public enum ErrorCode

Members

Member NameDescription
Null No error.
Internal An internal error occurred.
System An operating system error occurred.
Usage An error occurred because the library API was used incorrectly.
Canceled A network operation failed because it was canceled.
HostUnreachable A network connection operation failed because the remote host could not be reached.
ConnectionRefused A network connection operation failed because the remote host refused the connection.
TimedOut A network operation timed out.
ConnectionDropped A network operation failed because the remote host dropped the connection.
Protocol A protocol-level error occurred.

Requirements

Namespace: Hunny.Mail

Assembly: Hunny.Mail (in Hunny.Mail.dll)

See Also

Hunny.Mail Namespace