The AuthError represents an authentication error that occurred during the request of the download. More...
#include <error.h>
Public Types | |
enum | Type { Server , Proxy } |
![]() | |
enum | Type { Auth , DBus , Http , Network , Process , Hash } |
Public Member Functions | |
virtual | ~AuthError () |
Type | type () |
QString | phrase () |
QString | errorString () override |
![]() | |
virtual | ~Error () |
Type | type () |
Protected Member Functions | |
AuthError (Transfers::Errors::AuthErrorStruct err, QObject *parent) | |
![]() | |
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 Lomiri::DownloadManager::Error.
QString Lomiri::DownloadManager::AuthError::phrase | ( | ) |
AuthError::Type Lomiri::DownloadManager::AuthError::type | ( | ) |