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
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:44 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:50:44 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.