KDAV::Error
KDAV::Error Class Reference
#include <KDAV/DavError>
Public Member Functions | |
Error (const Error &) | |
Error (Error &&) | |
Error (ErrorNumber errNo, int responseCode, const QString &errorText, int jobErrorCode) | |
ErrorNumber | errorNumber () const |
QString | errorText () const |
QString | internalErrorText () const |
int | jobErrorCode () const |
Error & | operator= (const Error &) |
Error & | operator= (Error &&) |
int | responseCode () const |
QString | translatedJobError () const |
Detailed Description
DAV operation error.
Definition at line 46 of file daverror.h.
Constructor & Destructor Documentation
◆ Error() [1/2]
|
explicit |
Definition at line 27 of file daverror.cpp.
◆ Error() [2/2]
|
explicit |
Definition at line 32 of file daverror.cpp.
Member Function Documentation
◆ errorNumber()
ErrorNumber Error::errorNumber | ( | ) | const |
Definition at line 47 of file daverror.cpp.
◆ errorText()
QString Error::errorText | ( | ) | const |
Definition at line 78 of file daverror.cpp.
◆ internalErrorText()
QString Error::internalErrorText | ( | ) | const |
Definition at line 52 of file daverror.cpp.
◆ jobErrorCode()
int Error::jobErrorCode | ( | ) | const |
Definition at line 57 of file daverror.cpp.
◆ responseCode()
int Error::responseCode | ( | ) | const |
Definition at line 62 of file daverror.cpp.
◆ translatedJobError()
QString KDAV::Error::translatedJobError | ( | ) | const |
Definition at line 67 of file daverror.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:13:08 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:13:08 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.