Kgapi
types.h
184 BackendNotReady = 6, ///< @deprecated LibKGAPI error - backend is not ready (for example KWallet is not opened).
186 NetworkError = 8, ///< LibKGAPI error - standard network request returned a different code than 200.
196 TemporarilyMovedUseSameMethod = 307, ///< The object is located at a different URL provided in the reply. The same request method must be used.
201 Conflict = 409, ///< Object on the remote site differs from the submitted one. @see KGAPI2::Object::setEtag.
205};
AccountInfo contains information about user's Google account.
Definition accountinfo.h:32
QString syncToken
Sync token that can be used for incremental updates by some of the services.
Definition types.h:42
KCALENDARCORE_EXPORT QDataStream & operator<<(QDataStream &out, const KCalendarCore::Alarm::Ptr &)
@ NetworkError
LibKGAPI error - standard network request returned a different code than 200.
Definition types.h:186
@ QuotaExceeded
User quota has been exceeded, the request should be sent again later.
Definition types.h:204
@ TemporarilyMovedUseSameMethod
The object is located at a different URL provided in the reply. The same request method must be used.
Definition types.h:196
Post
Location
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:36:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.