![]() |
LeechCraft
0.6.70-13729-g7046a9d2a7
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 67 of file idownload.h.
|
strong |
| Enumerator | |
|---|---|
| Unknown | |
| NoError | |
| NotFound | |
| Gone | |
| AccessDenied | |
| AuthRequired | |
| ProtocolError | |
| NetworkError | |
| ContentError | |
| ProxyError | |
| ServerError | |
| LocalError | |
| UserCanceled | |
Definition at line 69 of file idownload.h.
|
inline |
Definition at line 88 of file idownload.h.
| QString IDownload::Error::Message_ |
Definition at line 86 of file idownload.h.
Referenced by operator==().
| enum IDownload::Error::Type IDownload::Error::Type_ |
Referenced by operator==().