KDAV::Error Class
class KDAV::ErrorDAV operation error. More...
| Header: | #include <KDAV/DavError> |
| CMake: | find_package(KF6 REQUIRED COMPONENTS DAV)target_link_libraries(mytarget PRIVATE KF6::DAV) |
Public Functions
| Error() | |
| Error(KDAV::ErrorNumber errNo, int responseCode, const QString &errorText, int jobErrorCode) | |
| KDAV::ErrorNumber | errorNumber() const |
| QString | errorText() const |
| QString | internalErrorText() const |
| int | jobErrorCode() const |
| int | responseCode() const |
| QString | translatedJobError() const |