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

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

Detailed Description

Member Function Documentation

[explicit] Error::Error()

[explicit] Error::Error(KDAV::ErrorNumber errNo, int responseCode, const QString &errorText, int jobErrorCode)

KDAV::ErrorNumber Error::errorNumber() const

QString Error::errorText() const

QString Error::internalErrorText() const

int Error::jobErrorCode() const

int Error::responseCode() const

QString Error::translatedJobError() const