| Member name | Value | Description |
---|
| EmptyCountryId | 1 |
countryId == 0
|
| EmptyPartnerId | 2 |
partnerId == 0
|
| EmptyCategory | 3 |
categoryId == 0
|
| EmptyRelisInfos | 4 |
relistInfos is null
|
| EmptyCustomer | 5 |
please provide a customer object with customerId set
|
| UnknownPartnerId | 6 |
Partner not found
|
| UnkonwnCategoryId | 7 |
Category not found
|
| InvalidDuration | 8 |
Duration not is the defined bounds {partner.ArticleDurationDay.MinimumSellingDuration, partner.ArticleDurationDay.*MaxDuration}
|
| RelistCountExceeded | 9 |
resellcount exceeded, additional info contains the number of max allowed resell as Int
|
| StartPriceTooHigh | 10 |
Start price too high, additional info contains the upper limit for price as Decimal
|
| StartPriceTooLow | 11 |
Start price too low, additional info contains the lower limit for price as Decimal
|
| InvalidArticleTypeForCategory | 12 |
this category can't handle this type of article (normal, classified or fixedprice)
|
| CategoryNotFinal | 13 |
it's not a final category
|
| CategoryDedicatedToUsers | 14 |
It's a dedicated category and the current user does not have access right
|
| InvalidTemplateId | 15 |
The template was set for the article but doesn't correspond to an existing template
|
| EmptyTitle | 16 |
title is empty
|
| EmptyDescription | 17 |
description is empty
|
| EmptySubtitle | 18 |
subtitle is empty
|
| TooLongTitle | 19 |
title length greater than 40 symbols
|
| TooLongDescription | 20 |
description length greater than 65000
|
| TooLongSubtitle | 21 |
subtitle length greater than 60 for core or greater than 80 for cars and bikes
|
| EmptyPaymentDescription | 22 |
payment description is empty
|
| TooLongPaymentDescription | 23 |
payment description length greater than 5000
|
| EmptyDeliveryDescription | 24 |
delivery description is empty
|
| TooLongDeliveryDescription | 25 |
delivery description length greater than 5000
|
| EmptyWarrantyDescription | 26 |
warranty description is empty
|
| TooLongWarrantyDescription | 27 |
warranty description length greater than 5000
|
| IncrementNotDefined | 28 |
No price increment was defined on the article
|
| InvalidIncrement | 29 |
the given increment is not valid, additional info contains the proposed increment as Decimal
|
| QuantityTooLow | 30 |
article quantity must be 1 at least
|
| QuantityTooHigh | 31 |
quantity too high, additional info contains the max value as Int
|
| NoPaymentMethod | 32 |
no payment method selected
|
| NoDeliveryCondition | 33 |
no delivery condition selected
|
| DeliveryCostTooHigh | 34 |
Delivery cost exceeds the limit, additional info contains the max value as Int
|
| ManualIncrementNotAllowed | 35 |
manual increment is not allowed, please use the proposed increments
|
| PlannedScheduleTooLow | 36 |
the planned article start date is too low, additional info contains the min value of minutes from Now as Int (NOW + 30 minutes)
|
| PlannedScheduleTooHigh | 37 |
the planned article start date is too high, additional info contains the max value of minutes from Now as Int (30 days)
|
| ReferenceTooLong | 38 |
article reference exceeds limit length, additional info contains the max length as Int (20)
|
| InvalidQuantityForAuctionBuyNow | 39 |
article with startprice and buynowprice set can't have from than 1 quantity
|
| BuyNowLowerThanStartPrice | 40 |
buynowprice must be higher than startprice
|
| RicardoPayNoCarsAndBikes | 41 | Obsolete.
ricardopay can't be used for cars and bikes
|
| RicardoPayWrongPaymentConditions | 42 |
specified payment conditions can't be used with ricardo pay
|
| RicardoPayPriceTooHigh | 43 |
the start or buynow price exceeds the ricardopay limit, additional info contains the max price as Decimal
|
| RicardoPayWalletBlocked | 44 |
Your wallet is blocked
|
| MaxPictureSizeReached | 45 |
pictures size exceed the business limit, see Ricardo.Core.BusinessSettings.MaxPictureFileSize (1024 * 1024 * 20)
|
| ErrorResizingPicture | 46 |
happens when a technical error occurs while resizing a given picture. the picture index is given in ErrorDetails as int
|
| MaxPicturesCountReached | 48 |
returned when a customer tries to add more picture than the business limit (stored in DB at sql7_ADM.lstPartner table)
|
| InvalidPromotion | 49 |
the given promotion is not available for this partner, additional info contains the promotion code as Int, see PromotionCode |
| InvalidPromotionCombination | 50 |
The promotion Bronze, Silver and Gold are exclusives, only one can be used at the same time
|
| NotClosed | 51 |
used when relisting an article, if this article is not closed
|
| EmptyArticleInfos | 52 |
the articleInfos field is not filled
|
| EmptyDelivery | 53 |
the delivery field of the article is null
|
| EmptyPromotions | 54 |
the promotions field of the article is null
|
| EmptyDescriptions | 55 |
the descriptions field of the article is null
|
| UpdateArticleError | 56 |
returned when modifying an article, additional info contains the error code from sql7_ADM.ModifyObject as Int
|
| MultipleUpdateNotAllowed | 57 |
UpdateArticle method can't modify more than 1 article
|
| UpdateArticleCantRetreiveArticleInformations | 58 |
An error occured while reading the article information from UTT
|
| UpdateArticleCantRetreiveCategory | 59 |
Unable to find the category linked to the article
|
| UpdateArticleCantUpdateDescription | 60 |
an error occured while updating article description
|
| ArticleHasBids | 61 |
this article has 1 bid at least
|
| InvalidPictureExtenstion | 62 |
happens when a picture has a wrong extension. the picture index is given in ErrorDetails as int
|
| LanguageIdNotSet | 63 |
LanguageId is not set on the description object
|
| SetLiveError | 64 |
Unable to put the article live
|
| ArticleNotFound | 65 |
The article is not found on DB. the article Id is given in ErrorDetails as int
|
| EmptyPictures | 66 |
the pictures property is null
|
| UpdateFailedCouldNotLockArticle | 67 |
The planned list couldn't be locked to proceed the update
|
| UpdateFailedOnArticleTable | 68 |
Upate on article table failed
|
| UpdateFailedForStartDate | 69 |
Failed to update the start date of the planned article
|
| UpdateFailedCouldNotDeleteOldImages | 70 |
Failed to delete the old images to replace them
|
| UpdateFailedForImages | 71 |
Failed to update the pictures
|
| UpdateFailedCouldNotDeleteOldDescriptions | 72 |
Failed to delete old descriptions to replace them
|
| UpdateFailedForDescriptions | 73 |
Failed to update the descriptions
|
| UpdateFailedCouldNotDeleteOldList | 74 |
Failed to delete old planned list to replace it
|
| UpdateFailedForList | 75 |
Failed to update planned list
|
| InsertPreviewArticleError | 76 |
Unable to insert the preview article
|
| OnePriceMustBeSet | 77 |
Error thrown when startPrice and BuyNowPrice are null
|
| PictureBasedPromotionNeedPicture | 78 |
Error thrown when the thumbnail promotion is selected but the article doesn't have any pictures
|
| SubtitleMustbeSetForsubtitlePromotion | 79 |
Error thrown when subtitle promotion is selected but no subtitle have been set on the article
|
| NoPaymentConditionSelected | 80 |
Error thrown when no payment condition is selected on the article
|
| QuantityCantIncrease | 81 |
During update of an auction quantity could only decrease
|
| StartPriceCantIncrease | 82 |
During update of article, start price could only decrease
|
| BuyNowPriceCantIncrease | 83 |
During update of article, buy now price could only decrease
|
| PromotionCantBeRemovedOnUpdate | 84 |
Promotions can't be removed when updating an article
|
| PromotionCantBeDowngraded | 85 |
Promotions like silver or Gold can't be downgraded on update
|
| DurationChangesTooMany | 86 |
User reach the limit of updates of duration (maximum now is one update)
|
| CantPurchaseWithBuyNow | 87 |
The buy now is not possible to this article check if this article could be purchased with a buy now
|
| UnableToUpdateQuantity | 88 |
Unable to update the quantity
|
| UnableToUpdateRelistCount | 89 |
Uanble to update the relist count
|
| BuyNowPromotionNeeded | 90 |
Article with buy now need to have buy now promotion
|
| DeliveryCannotBeFree | 91 |
For DeliveryConditionId 8 user can't set Free shipping
|
| InvalidMaxRelistCount | 92 |
MaxRelistCount exceeded, the limit is given in ErrorDetails as int.
|
| RelistSoldOutAuctionNotAllowed | 93 |
RelistSoldOut on Auction is not allowed
|
| SubTitleAlternativeLanguageIsEmpty | 94 |
Subtitle on alternative language is empty
|
| DeliveryDescriptionAlternativeLanguageIsEmpty | 95 |
Delivery description on alternative language is empty
|
| PaymentDescriptionAlternativeLanguageIsEmpty | 96 |
Payment description on alternative language is empty
|
| WarrantyDescriptionAlternativeLanguageIsEmpty | 97 |
Warranty description on alternative language is empty
|
| TitleAlternativeLanguageIsEmpty | 98 |
Title on alternative language is empty
|
| DescriptionAlternativeLanguageIsEmpty | 99 |
Description on alternative language is empty
|
| SubTitleMainLanguageIsEmpty | 100 |
Subtitle on main language is empty
|
| DeliveryDescriptionMainLanguageIsEmpty | 101 |
Delivery description on main language is empty
|
| PaymentDescriptionMainLanguageIsEmpty | 102 |
Payment description on main language is empty
|
| WarrantyDescriptionMainLanguageIsEmpty | 103 |
Warranty description on main language is empty
|
| TitleMainLanguageIsEmpty | 104 |
Title on main language is empty
|
| DescriptionMainLanguageIsEmpty | 105 |
Description on main language is empty
|
| Closed | 106 |
The article is closed
|
| TooLongMainTitle | 107 |
title main language length greater than 40 symbols
|
| TooLongMainDescription | 108 |
description main language length greater than 65000
|
| TooLongMainSubtitle | 109 |
subtitle main language length greater than 60 for core or greater than 80 for cars and bikes
|
| TooLongAlternativeTitle | 110 |
title main language length greater than 40 symbols
|
| TooLongAlternativeDescription | 111 |
description main language length greater than 65000
|
| TooLongAlternativeSubtitle | 112 |
subtitle main language length greater than 60 for core or greater than 80 for cars and bikes
|
| TooLongMainPaymentDescription | 113 |
payment main language description length greater than 5000
|
| TooLongAlternativePaymentDescription | 114 |
payment alternative language description length greater than 5000
|
| TooLongMainWarrantyDescription | 115 |
warranty description on main language length greater than 5000
|
| TooLongAlternativeWarrantyDescription | 116 |
warranty description on alternative language length greater than 5000
|
| TooLongMainDeliveryDescription | 117 |
delivery description on main language length greater than 5000
|
| TooLongAlternativeDeliveryDescription | 118 |
delivery description on alternative language length greater than 5000
|
| BuyNowPriceTooLow | 119 |
BuyNow price too low, additional info contains the lower limit for price as Decimal
|
| BuyNowPromotionNotAllowed | 120 |
Buy now article should not have BuyNow promotion
|
| CantUpdatePictureOnArticleWithBid | 121 |
Can't update picture on article with bid
|
| HtmlTagsNotAllowed | 122 |
Can't put html tags in this field
|
| WrongPaymentConditions | 123 |
The payment condition is not valid
|
| EmptyPaymentConditionIds | 124 |
The Payment Condition Ids cannot be empty
|
| NoDetails | 125 |
The branding article must have detail.
|
| ArticleAlreadyHasCardPayment | 126 |
The article already has the card payment option
|
| ErrorInsertingCardPayment | 127 |
There was an error inserting card payment option
|
| ArticleDoesNotHaveCardPayment | 128 |
The article does not have the card payment option
|
| ErrorRemovingCardPayment | 129 |
The error removing card payment option
|
| RicardoPayNotActivated | 130 |
The Payment Method is not set to be Card
|
| EmptyPaymentMethodsIds | 131 |
The Payment Methods Ids cannot be empty
|
| EmptyArticleId | 132 |
The Article Id is mandatory
|
| InvalidCardCombinationWithDeliveryCondition | 133 |
Card Payment can't be added with this delivery condition
|
| NumberOfArticleLimited | 134 |
Number Of Article Limited
|
| PaymentMethodNeedAlternateOne | 135 |
Card Payment can't be the only payment method
|
| WrongPaymentMethods | 136 |
The payment methods is not valid
|
| CumulativeShippingNotAllowed | 137 |
The cumulative shipping option is not allowed (probably because the article has bids)
|
| EmptyInternalReference | 138 |
The internal reference is mandatory
|
| PaymentMethodNotAllowedForSelling | 139 |
The selected payment methods cannot be used.
You can get allowed payment methods using SystemService.GetPaymentMethods and setting "OnlyAllowToSell" to true.
|
| EmptyArticleIdList | 140 |
The Article Ids are mandatory
|
| PreviewCannotBeCreated | 141 |
The preview for the article cannot be created
|
| TooLongVehiclesMainDescription | 142 |
description main language length greater than 20000 for vehicles
|
| TooLongAlternativeVehiclesDescription | 143 |
description alternative language length greater than 20000 for vehicles
|
| InvalidArticleCondition | 144 |
invalid article condition; value should be between 0 and 5
|
| InvalidArticleAvailability | 145 |
invalid article availability; value should be between 0 and 5
|
| MultipleQuantityAuctionNotAllowed | 146 |
product type is not allowed
|
| InvalidClassificationData | 147 |
invalid classification data
|
| ErrorFetchingProductTypeAttributes | 148 |
Something went wrong when fetching the product type attribute values from the DB
|
| ErrorFetchingCategoryAttributes | 149 |
Something went wrong when fetching the category attribute values from the DB
|
| ErrorGetProductTypeAttributes | 150 |
Something went wrong when getting the product type attribute values from the DB
|
| ErrorGetCategoryAttributes | 151 |
Something went wrong when getting the category attribute values from the DB
|
| ArticleClassifierServiceError | 152 |
error in the classifier remote service
|
| ErrorProducingEvent | 153 |
Something went wrong while producing an event record related to the article
|