The ProcessError represents an error that occurred during the post processing of a downloaded file. More...
#include <error.h>
Public Member Functions | |
virtual | ~ProcessError () |
QProcess::ProcessError | code () |
QString | phrase () |
int | exitCode () |
QString | standardOut () |
QString | standardError () |
QString | errorString () override |
![]() | |
virtual | ~Error () |
Type | type () |
Protected Member Functions | |
ProcessError (Transfers::Errors::ProcessErrorStruct err, QObject *parent) | |
![]() | |
Error (Type type, QObject *parent=0) | |
Additional Inherited Members | |
![]() | |
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 Lomiri::DownloadManager::ProcessError::code | ( | ) |
|
overridevirtual |
/fn QString errorString() override
Returns a string representation of the error.
Reimplemented from Lomiri::DownloadManager::Error.
int Lomiri::DownloadManager::ProcessError::exitCode | ( | ) |
/fn int exitCode()
Returns the exit code of the executed process.
QString Lomiri::DownloadManager::ProcessError::phrase | ( | ) |
QString Lomiri::DownloadManager::ProcessError::standardError | ( | ) |
/fn QString standardError()
Returns the standard error of the executed process.
QString Lomiri::DownloadManager::ProcessError::standardOut | ( | ) |
/fn QString standardOut()
Returns the standard output of the executed process.