7#ifndef KDAV_DAVJOBBASE_H
8#define KDAV_DAVJOBBASE_H
10#include "kdav_export.h"
18class DavJobBasePrivate;
31 explicit DavJobBase(QObject *parent =
nullptr);
74 Q_DECL_HIDDEN
explicit DavJobBase(DavJobBasePrivate *dd, QObject *parent =
nullptr);
75 std::unique_ptr<DavJobBasePrivate> d_ptr;
base class for the jobs used by the resource.
Definition davjobbase.h:27
Error davError() const
Returns a instance of the KDAV:Error to be able to translate the error.
int latestResponseCode() const
Get the latest response code.
bool canRetryLater() const
Check if the job can be retried later.
bool hasConflict() const
Check if the job failed because of a conflict.
DAV operation error.
Definition daverror.h:47
The KDAV namespace.
Definition davjobbase.h:17