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