KNewStuff
errorcode.h
25 UnknownError, ///< An unknown error (this should not be used, an error report of this nature should be considered a bug)
26 NetworkError, ///< A network error. In signalErrorCode, this will be accompanied by the QtNetwork error code in the metadata
27 OcsError, ///< An error reported by the OCS API server. In signalErrorCode, this will be accompanied by the OCS error code in the metadata
28 ConfigFileError, ///< The configuration file is missing or somehow incorrect. The configuration file filename will be held in the metadata
29 ProviderError, ///< A provider has failed to load or initialize. The provider file URL or provider URL will be held in the metadata
30 InstallationError, ///< Installation of a content item has failed. If known, the entry's unique ID will be the metadata
31 ImageError, ///< Loading an image has failed. The entry name and preview type which failed will be held in the metadata as a QVariantList
32 AdoptionError, ///< Adopting one entry has failed. The adoption command will be in the metadata as a QVariantList.
33 TryAgainLaterError, ///< Specific error condition for failed network calls which explicitly request an amount of time to wait before retrying (generally
34 ///< interpreted as maintenance). The retry will be scheduled automatically, and this code can be used to show the user how long
35 ///< they have to wait. The time after which the user can try again can be read as a QDateTime in the metadata. @since 5.84
NetworkError
UnknownError
ErrorCode
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:20:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:20:03 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.