| Member name | Value | Description |
---|
| EmptyCountryId | 1 |
countryId == 0
|
| EmptyPartnerId | 2 |
partnerId == 0
|
| EmptyCategory | 3 |
categoryId == 0
|
| EmptyRelistInfos | 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 |
The duration is invalid
|
| PriceTooHigh | 10 |
price too high, additional info contains the upper 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
|
| EmptyTitle | 16 |
title is empty
|
| EmptyDescription | 17 |
description is empty
|
| EmptySubtitle | 18 |
subtitle is empty
|
| TooLongTitle | 19 |
title length greater than 40
|
| TooLongDescription | 20 |
description length greater than 65000
|
| TooLongSubtitle | 21 |
subtitle length greater than 60
|
| 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
|
| EmptyClassifiedInfos | 52 |
the ClassifiedInfos field is not filled
|
| EmptyPromotions | 54 |
the promotions field of the article is null
|
| EmptyDescriptions | 55 |
the descriptions field of the article is null
|
| LanguageIdNotSet | 56 |
LanguageId is not set on the description object
|
| SetLiveError | 57 |
Unable to put the article live
|
| InsertError | 58 |
Generic error on insert
|
| UpdateError | 59 |
Generic error returned by the database, additional info contains the error code as Int
|
| EmptyPictures | 60 |
the pictures property is null
|
| PictureBasedPromotionNeedPicture | 78 |
Error thrown when the promotion, that requies picture is selected but the article doesn't have any pictures
|
| DurationChangesTooMany | 86 |
User reach the limit of updates of duration (maximum now is one update)
|
| TitleAlternativeLanguageIsEmpty | 92 |
Title on alternative language is empty
|
| DescriptionAlternativeLanguageIsEmpty | 93 |
Description on alternative language is empty
|
| SubTitleAlternativeLanguageIsEmpty | 94 |
Subtitle on alternative language is empty
|
| PaymentDescriptionAlternativeLanguageIsEmpty | 96 |
Payment description on alternative language is empty
|
| SubTitleMainLanguageIsEmpty | 100 |
Subtitle on main language is empty
|
| PaymentDescriptionMainLanguageIsEmpty | 102 |
Payment description on main language is empty
|
| TitleMainLanguageIsEmpty | 104 |
Title on main language is empty
|
| DescriptionMainLanguageIsEmpty | 105 |
Description on main language is empty
|
| 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 80
|
| 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
|
| TooLongMainPaymentDescription | 113 |
payment main language description length greater than 5000
|
| TooLongAlternativePaymentDescription | 114 |
payment alternative language description length greater than 5000
|
| HtmlTagsNotAllowed | 115 |
Can't put html tags in this field
|
| NoDetails | 116 |
The branding article must have detail.
|
| PriceNotProvided | 117 |
The price is not provided
|
| TooLongVehiclesMainDescription | 118 |
description main language length greater than 20000
|
| TooLongVehiclesAlternativeDescription | 119 |
description alternative language length greater than 20000
|
| StartDateNotValid | 120 |
The start date is not valid
|