The AuthError represents an authentication error that occurred during the request of the download. More...
#include <error.h>
 Inheritance diagram for Ubuntu::DownloadManager::AuthError:
 Inheritance diagram for Ubuntu::DownloadManager::AuthError: Collaboration diagram for Ubuntu::DownloadManager::AuthError:
 Collaboration diagram for Ubuntu::DownloadManager::AuthError:| Public Types | |
| enum | Type { Server, Proxy } | 
|  Public Types inherited from Ubuntu::DownloadManager::Error | |
| enum | Type { Auth, DBus, Http, Network, Process, Hash } | 
| Public Member Functions | |
| virtual | ~AuthError () | 
| Type | type () | 
| QString | phrase () | 
| QString | errorString () override | 
|  Public Member Functions inherited from Ubuntu::DownloadManager::Error | |
| virtual | ~Error () | 
| Type | type () | 
| Protected Member Functions | |
| AuthError (Transfers::Errors::AuthErrorStruct err, QObject *parent) | |
|  Protected Member Functions inherited from Ubuntu::DownloadManager::Error | |
| Error (Type type, QObject *parent=0) | |
The AuthError represents an authentication error that occurred during the request of the download.
The AuthError can occur due to two different reasons, either the download required a server side authentication or the download was performed via a proxy that requires authentication and was not provided.
| 
 | virtual | 
| 
 | protected | 
| 
 | overridevirtual | 
/fn QString errorString() override
Returns a string representation of the error.
Reimplemented from Ubuntu::DownloadManager::Error.
| QString Ubuntu::DownloadManager::AuthError::phrase | ( | ) | 
| AuthError::Type Ubuntu::DownloadManager::AuthError::type | ( | ) |