ncderrors.h File Reference

const TInt KNcdErrorBase

const TInt KNcdErrorBase

const TInt KNcdErrorNoContentSources

const TInt KNcdErrorNoContentSources

No content sources received from server.

const TInt KNcdErrorNoPurchaseInformation

const TInt KNcdErrorNoPurchaseInformation

No valid purchase information

const TInt KNcdErrorNodeWasRemoved

const TInt KNcdErrorNodeWasRemoved

Requested node removed from server.

const TInt KNcdErrorSubscriptionPaymentAlreadyDone

const TInt KNcdErrorSubscriptionPaymentAlreadyDone

Purchasing a subscription failed since the payment was already done.

const TInt KNcdErrorSubscriptionNotSubscribed

const TInt KNcdErrorSubscriptionNotSubscribed

Tried to buy an item which belongs to subscription which is not subscribed.

const TInt KNcdErrorSubscriptionInvalid

const TInt KNcdErrorSubscriptionInvalid

Tried to use subscription which is invalid.

const TInt KNcdErrorSubscriptionNotEnoughCredits

const TInt KNcdErrorSubscriptionNotEnoughCredits

Tried to use subscription which has not enough credits or downloads.

const TInt KNcdErrorNotFound

const TInt KNcdErrorNotFound

General "not found" error.

const TInt KNcdErrorNoPurchaseInformationReceived

const TInt KNcdErrorNoPurchaseInformationReceived

Purchase failed because no purchase information was received.

const TInt KNcdErrorObsolete

const TInt KNcdErrorObsolete

Errors used in purchase and subscription interfaces Tried to use purchase option or subscription that is obsolete.

const TInt KNcdErrorSubscriptionNotSubscribableAnymore

const TInt KNcdErrorSubscriptionNotSubscribableAnymore

Subscription cannot be subscribed anymore.

const TInt KNcdErrorPurchaseOptionNotValidSubscriptionPurchase

const TInt KNcdErrorPurchaseOptionNotValidSubscriptionPurchase

Tried to use purchase option that is not a valid purchase option of type SubscriptionPurchase.

const TInt KNcdErrorMandatoryQueryRejected

const TInt KNcdErrorMandatoryQueryRejected

A mandatory query has been rejected and as a result an operation cannot continue.

const TInt KNcdErrorSomeCatalogsFailedToLoad

const TInt KNcdErrorSomeCatalogsFailedToLoad

Some catalogs failed to load.

const TInt KNcdErrorNoMasterServerUri

const TInt KNcdErrorNoMasterServerUri

Master server URI has not been set

const TInt KNcdErrorNothingToInstall

const TInt KNcdErrorNothingToInstall

Nothing to install, either everything has been installed or no files have been downloaded that should be installed

const TInt KNcdErrorApCreationFailed

const TInt KNcdErrorApCreationFailed

Creation of fixed AP fails.

const TInt KNcdErrorSomeSubscriptionsFailedToUpdate

const TInt KNcdErrorSomeSubscriptionsFailedToUpdate

When doing manage subscription request to different servers, some of the requests failed.

const TInt KNcdErrorParallelOperationNotAllowed

const TInt KNcdErrorParallelOperationNotAllowed

Tried to start an operation for a node that already had an on-going operation on another client (with the same family uid). Parallel operations on one node metadata are not supported. Previous operation must complete before starting a new one.

const TInt KNcdProtocolErrorBase

const TInt KNcdProtocolErrorBase

Protocol error codes start here. They are generated by subtracting the protocol error from KNcdProtocolErrorBase.

const TInt KNcdThemeReinstalled

const TInt KNcdThemeReinstalled

Status code for indicating that a theme was reinstalled. It is possible that this code is returned even if the theme installation failed when reinstalling a theme.

const TInt KNcdThemePossiblyReinstalled

const TInt KNcdThemePossiblyReinstalled

Status code for indicating that a theme was possibly reinstalled. It is possible that this code is returned even if the theme installation failed.

const TInt KNcdDatabasesClearedAfterCrash

const TInt KNcdDatabasesClearedAfterCrash

Provider creation will succeed with status code 1 if all of client's databases were deleted because the client had crashed the provider too many times

const TInt KNcdPurchaseHistoryVersionMismatch

const TInt KNcdPurchaseHistoryVersionMismatch

Provider creation will succeed with status code 2 if the purchase history was deleted because it was of wrong version

This will be combined with KNcdGeneralDatabaseVersionMismatch if both purchase history and all other databases are of wrong version or if the version information can not be read at all

const TInt KNcdGeneralDatabaseVersionMismatch

const TInt KNcdGeneralDatabaseVersionMismatch

Provider creation will succeed with status code 4 if general databases (everything else but purchase history) were deleted because they were of wrong version

KNcdPurchaseHistoryVersionMismatch