The ProcessError represents an error that occurred during the post processing of a downloaded file. More...
#include <error.h>
Inheritance diagram for Ubuntu::DownloadManager::ProcessError:
Collaboration diagram for Ubuntu::DownloadManager::ProcessError:Public Member Functions | |
| virtual | ~ProcessError () |
| QProcess::ProcessError | code () |
| QString | phrase () |
| int | exitCode () |
| QString | standardOut () |
| QString | standardError () |
| QString | errorString () override |
Public Member Functions inherited from Ubuntu::DownloadManager::Error | |
| virtual | ~Error () |
| Type | type () |
Protected Member Functions | |
| ProcessError (Transfers::Errors::ProcessErrorStruct err, QObject *parent) | |
Protected Member Functions inherited from Ubuntu::DownloadManager::Error | |
| Error (Type type, QObject *parent=0) | |
Additional Inherited Members | |
Public Types inherited from Ubuntu::DownloadManager::Error | |
| enum | Type { Auth, DBus, Http, Network, Process, Hash } |
The ProcessError represents an error that occurred during the post processing of a downloaded file.
|
virtual |
|
protected |
| QProcess::ProcessError Ubuntu::DownloadManager::ProcessError::code | ( | ) |
|
overridevirtual |
/fn QString errorString() override
Returns a string representation of the error.
Reimplemented from Ubuntu::DownloadManager::Error.
| int Ubuntu::DownloadManager::ProcessError::exitCode | ( | ) |
/fn int exitCode()
Returns the exit code of the executed process.
| QString Ubuntu::DownloadManager::ProcessError::phrase | ( | ) |
| QString Ubuntu::DownloadManager::ProcessError::standardError | ( | ) |
/fn QString standardError()
Returns the standard error of the executed process.
| QString Ubuntu::DownloadManager::ProcessError::standardOut | ( | ) |
/fn QString standardOut()
Returns the standard output of the executed process.