Click or drag to resize

ClassifiedErrors Enumeration

Documentation home page

Namespace:  Ricardo.Enums
Assembly:  Ricardo.Enums (in Ricardo.Enums.dll) Version: 1.1.15308.4 (1.1.15308.4)
Syntax
public enum ClassifiedErrors
Members
  Member nameValueDescription
EmptyCountryId1 countryId == 0
EmptyPartnerId2 partnerId == 0
EmptyCategory3 categoryId == 0
EmptyRelistInfos4 RelistInfos is null
EmptyCustomer5 please provide a customer object with customerId set
UnknownPartnerId6 Partner not found
UnkonwnCategoryId7 Category not found
InvalidDuration8 The duration is invalid
PriceTooHigh10 price too high, additional info contains the upper limit for price as Decimal
InvalidArticleTypeForCategory12 this category can't handle this type of article (normal, classified or fixedprice)
CategoryNotFinal13 it's not a final category
CategoryDedicatedToUsers14 It's a dedicated category and the current user does not have access right
EmptyTitle16 title is empty
EmptyDescription17 description is empty
EmptySubtitle18 subtitle is empty
TooLongTitle19 title length greater than 40
TooLongDescription20 description length greater than 65000
TooLongSubtitle21 subtitle length greater than 60
MaxPictureSizeReached45 pictures size exceed the business limit, see Ricardo.Core.BusinessSettings.MaxPictureFileSize (1024 * 1024 * 20)
ErrorResizingPicture46 happens when a technical error occurs while resizing a given picture. the picture index is given in ErrorDetails as int
MaxPicturesCountReached48 returned when a customer tries to add more picture than the business limit (stored in DB at sql7_ADM.lstPartner table)
InvalidPromotion49 the given promotion is not available for this partner, additional info contains the promotion code as Int, see PromotionCode
InvalidPromotionCombination50 The promotion Bronze, Silver and Gold are exclusives, only one can be used at the same time
NotClosed51 used when relisting an article, if this article is not closed
EmptyClassifiedInfos52 the ClassifiedInfos field is not filled
EmptyPromotions54 the promotions field of the article is null
EmptyDescriptions55 the descriptions field of the article is null
LanguageIdNotSet56 LanguageId is not set on the description object
SetLiveError57 Unable to put the article live
InsertError58 Generic error on insert
UpdateError59 Generic error returned by the database, additional info contains the error code as Int
EmptyPictures60 the pictures property is null
PictureBasedPromotionNeedPicture78 Error thrown when the promotion, that requies picture is selected but the article doesn't have any pictures
DurationChangesTooMany86 User reach the limit of updates of duration (maximum now is one update)
TitleAlternativeLanguageIsEmpty92 Title on alternative language is empty
DescriptionAlternativeLanguageIsEmpty93 Description on alternative language is empty
SubTitleAlternativeLanguageIsEmpty94 Subtitle on alternative language is empty
PaymentDescriptionAlternativeLanguageIsEmpty96 Payment description on alternative language is empty
SubTitleMainLanguageIsEmpty100 Subtitle on main language is empty
PaymentDescriptionMainLanguageIsEmpty102 Payment description on main language is empty
TitleMainLanguageIsEmpty104 Title on main language is empty
DescriptionMainLanguageIsEmpty105 Description on main language is empty
TooLongMainTitle107 title main language length greater than 40 symbols
TooLongMainDescription108 description main language length greater than 65000
TooLongMainSubtitle109 subtitle main language length greater than 80
TooLongAlternativeTitle110 title main language length greater than 40 symbols
TooLongAlternativeDescription111 description main language length greater than 65000
TooLongAlternativeSubtitle112 subtitle main language length greater than 60
TooLongMainPaymentDescription113 payment main language description length greater than 5000
TooLongAlternativePaymentDescription114 payment alternative language description length greater than 5000
HtmlTagsNotAllowed115 Can't put html tags in this field
NoDetails116 The branding article must have detail.
PriceNotProvided117 The price is not provided
TooLongVehiclesMainDescription118 description main language length greater than 20000
TooLongVehiclesAlternativeDescription119 description alternative language length greater than 20000
StartDateNotValid120 The start date is not valid
See Also