ncderrors.h File Reference

const TInt KNcdErrorBase

const TIntKNcdErrorBase

const TInt KNcdErrorNoContentSources

const TIntKNcdErrorNoContentSources

No content sources received from server.

const TInt KNcdErrorNoPurchaseInformation

const TIntKNcdErrorNoPurchaseInformation

No valid purchase information

const TInt KNcdErrorNodeWasRemoved

const TIntKNcdErrorNodeWasRemoved

Requested node removed from server.

const TInt KNcdErrorSubscriptionPaymentAlreadyDone

const TIntKNcdErrorSubscriptionPaymentAlreadyDone

Purchasing a subscription failed since the payment was already done.

const TInt KNcdErrorSubscriptionNotSubscribed

const TIntKNcdErrorSubscriptionNotSubscribed

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

const TInt KNcdErrorSubscriptionInvalid

const TIntKNcdErrorSubscriptionInvalid

Tried to use subscription which is invalid.

const TInt KNcdErrorSubscriptionNotEnoughCredits

const TIntKNcdErrorSubscriptionNotEnoughCredits

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

const TInt KNcdErrorNotFound

const TIntKNcdErrorNotFound

General "not found" error.

const TInt KNcdErrorNoPurchaseInformationReceived

const TIntKNcdErrorNoPurchaseInformationReceived

Purchase failed because no purchase information was received.

const TInt KNcdErrorObsolete

const TIntKNcdErrorObsolete

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

const TInt KNcdErrorSubscriptionNotSubscribableAnymore

const TIntKNcdErrorSubscriptionNotSubscribableAnymore

Subscription cannot be subscribed anymore.

const TInt KNcdErrorPurchaseOptionNotValidSubscriptionPurchase

const TIntKNcdErrorPurchaseOptionNotValidSubscriptionPurchase

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

const TInt KNcdErrorMandatoryQueryRejected

const TIntKNcdErrorMandatoryQueryRejected

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

const TInt KNcdErrorSomeCatalogsFailedToLoad

const TIntKNcdErrorSomeCatalogsFailedToLoad

Some catalogs failed to load.

const TInt KNcdErrorNoMasterServerUri

const TIntKNcdErrorNoMasterServerUri

Master server URI has not been set

const TInt KNcdErrorNothingToInstall

const TIntKNcdErrorNothingToInstall

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

const TInt KNcdErrorApCreationFailed

const TIntKNcdErrorApCreationFailed

Creation of fixed AP fails.

const TInt KNcdErrorSomeSubscriptionsFailedToUpdate

const TIntKNcdErrorSomeSubscriptionsFailedToUpdate

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

const TInt KNcdErrorParallelOperationNotAllowed

const TIntKNcdErrorParallelOperationNotAllowed

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 TIntKNcdProtocolErrorBase

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

const TInt KNcdThemeReinstalled

const TIntKNcdThemeReinstalled

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 TIntKNcdThemePossiblyReinstalled

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 TIntKNcdDatabasesClearedAfterCrash

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 TIntKNcdPurchaseHistoryVersionMismatch

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 TIntKNcdGeneralDatabaseVersionMismatch

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