![]() |
LeechCraft
0.6.70-15082-g543737046d
Modular cross-platform feature rich live environment.
|
#include "idownload.h"
Public Member Functions | |
bool | operator== (const Error &other) const |
Public Attributes | |
enum IDownload::Error::Type | Type_ |
QString | Message_ |
Definition at line 45 of file idownload.h.
|
strong |
Enumerator | |
---|---|
Unknown | |
NoError | |
NotFound | |
Gone | |
AccessDenied | |
AuthRequired | |
ProtocolError | |
NetworkError | |
ContentError | |
ProxyError | |
ServerError | |
LocalError | |
UserCanceled |
Definition at line 47 of file idownload.h.
|
inline |
Definition at line 66 of file idownload.h.
QString IDownload::Error::Message_ |
Definition at line 64 of file idownload.h.
Referenced by operator==().
enum IDownload::Error::Type IDownload::Error::Type_ |
Referenced by operator==().