Click or drag to resize

ArticleErrors Enumeration

Documentation home page
Article errors thrown during validation

Namespace:  Ricardo.Enums
Assembly:  Ricardo.Enums (in Ricardo.Enums.dll) Version: 1.1.15308.4 (1.1.15308.4)
Syntax
public enum ArticleErrors
Members
  Member nameValueDescription
EmptyCountryId1 countryId == 0
EmptyPartnerId2 partnerId == 0
EmptyCategory3 categoryId == 0
EmptyRelisInfos4 relistInfos is null
EmptyCustomer5 please provide a customer object with customerId set
UnknownPartnerId6 Partner not found
UnkonwnCategoryId7 Category not found
InvalidDuration8 Duration not is the defined bounds {partner.ArticleDurationDay.MinimumSellingDuration, partner.ArticleDurationDay.*MaxDuration}
RelistCountExceeded9 resellcount exceeded, additional info contains the number of max allowed resell as Int
StartPriceTooHigh10 Start price too high, additional info contains the upper limit for price as Decimal
StartPriceTooLow11 Start price too low, additional info contains the lower 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
InvalidTemplateId15 The template was set for the article but doesn't correspond to an existing template
EmptyTitle16 title is empty
EmptyDescription17 description is empty
EmptySubtitle18 subtitle is empty
TooLongTitle19 title length greater than 40 symbols
TooLongDescription20 description length greater than 65000
TooLongSubtitle21 subtitle length greater than 60 for core or greater than 80 for cars and bikes
EmptyPaymentDescription22 payment description is empty
TooLongPaymentDescription23 payment description length greater than 5000
EmptyDeliveryDescription24 delivery description is empty
TooLongDeliveryDescription25 delivery description length greater than 5000
EmptyWarrantyDescription26 warranty description is empty
TooLongWarrantyDescription27 warranty description length greater than 5000
IncrementNotDefined28 No price increment was defined on the article
InvalidIncrement29 the given increment is not valid, additional info contains the proposed increment as Decimal
QuantityTooLow30 article quantity must be 1 at least
QuantityTooHigh31 quantity too high, additional info contains the max value as Int
NoPaymentMethod32 no payment method selected
NoDeliveryCondition33 no delivery condition selected
DeliveryCostTooHigh34 Delivery cost exceeds the limit, additional info contains the max value as Int
ManualIncrementNotAllowed35 manual increment is not allowed, please use the proposed increments
PlannedScheduleTooLow36 the planned article start date is too low, additional info contains the min value of minutes from Now as Int (NOW + 30 minutes)
PlannedScheduleTooHigh37 the planned article start date is too high, additional info contains the max value of minutes from Now as Int (30 days)
ReferenceTooLong38 article reference exceeds limit length, additional info contains the max length as Int (20)
InvalidQuantityForAuctionBuyNow39 article with startprice and buynowprice set can't have from than 1 quantity
BuyNowLowerThanStartPrice40 buynowprice must be higher than startprice
RicardoPayNoCarsAndBikes41 Obsolete. ricardopay can't be used for cars and bikes
RicardoPayWrongPaymentConditions42 specified payment conditions can't be used with ricardo pay
RicardoPayPriceTooHigh43 the start or buynow price exceeds the ricardopay limit, additional info contains the max price as Decimal
RicardoPayWalletBlocked44 Your wallet is blocked
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
EmptyArticleInfos52 the articleInfos field is not filled
EmptyDelivery53 the delivery field of the article is null
EmptyPromotions54 the promotions field of the article is null
EmptyDescriptions55 the descriptions field of the article is null
UpdateArticleError56 returned when modifying an article, additional info contains the error code from sql7_ADM.ModifyObject as Int
MultipleUpdateNotAllowed57 UpdateArticle method can't modify more than 1 article
UpdateArticleCantRetreiveArticleInformations58 An error occured while reading the article information from UTT
UpdateArticleCantRetreiveCategory59 Unable to find the category linked to the article
UpdateArticleCantUpdateDescription60 an error occured while updating article description
ArticleHasBids61 this article has 1 bid at least
InvalidPictureExtenstion62 happens when a picture has a wrong extension. the picture index is given in ErrorDetails as int
LanguageIdNotSet63 LanguageId is not set on the description object
SetLiveError64 Unable to put the article live
ArticleNotFound65 The article is not found on DB. the article Id is given in ErrorDetails as int
EmptyPictures66 the pictures property is null
UpdateFailedCouldNotLockArticle67 The planned list couldn't be locked to proceed the update
UpdateFailedOnArticleTable68 Upate on article table failed
UpdateFailedForStartDate69 Failed to update the start date of the planned article
UpdateFailedCouldNotDeleteOldImages70 Failed to delete the old images to replace them
UpdateFailedForImages71 Failed to update the pictures
UpdateFailedCouldNotDeleteOldDescriptions72 Failed to delete old descriptions to replace them
UpdateFailedForDescriptions73 Failed to update the descriptions
UpdateFailedCouldNotDeleteOldList74 Failed to delete old planned list to replace it
UpdateFailedForList75 Failed to update planned list
InsertPreviewArticleError76 Unable to insert the preview article
OnePriceMustBeSet77 Error thrown when startPrice and BuyNowPrice are null
PictureBasedPromotionNeedPicture78 Error thrown when the thumbnail promotion is selected but the article doesn't have any pictures
SubtitleMustbeSetForsubtitlePromotion79 Error thrown when subtitle promotion is selected but no subtitle have been set on the article
NoPaymentConditionSelected80 Error thrown when no payment condition is selected on the article
QuantityCantIncrease81 During update of an auction quantity could only decrease
StartPriceCantIncrease82 During update of article, start price could only decrease
BuyNowPriceCantIncrease83 During update of article, buy now price could only decrease
PromotionCantBeRemovedOnUpdate84 Promotions can't be removed when updating an article
PromotionCantBeDowngraded85 Promotions like silver or Gold can't be downgraded on update
DurationChangesTooMany86 User reach the limit of updates of duration (maximum now is one update)
CantPurchaseWithBuyNow87 The buy now is not possible to this article check if this article could be purchased with a buy now
UnableToUpdateQuantity88 Unable to update the quantity
UnableToUpdateRelistCount89 Uanble to update the relist count
BuyNowPromotionNeeded90 Article with buy now need to have buy now promotion
DeliveryCannotBeFree91 For DeliveryConditionId 8 user can't set Free shipping
InvalidMaxRelistCount92 MaxRelistCount exceeded, the limit is given in ErrorDetails as int.
RelistSoldOutAuctionNotAllowed93 RelistSoldOut on Auction is not allowed
SubTitleAlternativeLanguageIsEmpty94 Subtitle on alternative language is empty
DeliveryDescriptionAlternativeLanguageIsEmpty95 Delivery description on alternative language is empty
PaymentDescriptionAlternativeLanguageIsEmpty96 Payment description on alternative language is empty
WarrantyDescriptionAlternativeLanguageIsEmpty97 Warranty description on alternative language is empty
TitleAlternativeLanguageIsEmpty98 Title on alternative language is empty
DescriptionAlternativeLanguageIsEmpty99 Description on alternative language is empty
SubTitleMainLanguageIsEmpty100 Subtitle on main language is empty
DeliveryDescriptionMainLanguageIsEmpty101 Delivery description on main language is empty
PaymentDescriptionMainLanguageIsEmpty102 Payment description on main language is empty
WarrantyDescriptionMainLanguageIsEmpty103 Warranty description on main language is empty
TitleMainLanguageIsEmpty104 Title on main language is empty
DescriptionMainLanguageIsEmpty105 Description on main language is empty
Closed106 The article is closed
TooLongMainTitle107 title main language length greater than 40 symbols
TooLongMainDescription108 description main language length greater than 65000
TooLongMainSubtitle109 subtitle main language length greater than 60 for core or greater than 80 for cars and bikes
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 for core or greater than 80 for cars and bikes
TooLongMainPaymentDescription113 payment main language description length greater than 5000
TooLongAlternativePaymentDescription114 payment alternative language description length greater than 5000
TooLongMainWarrantyDescription115 warranty description on main language length greater than 5000
TooLongAlternativeWarrantyDescription116 warranty description on alternative language length greater than 5000
TooLongMainDeliveryDescription117 delivery description on main language length greater than 5000
TooLongAlternativeDeliveryDescription118 delivery description on alternative language length greater than 5000
BuyNowPriceTooLow119 BuyNow price too low, additional info contains the lower limit for price as Decimal
BuyNowPromotionNotAllowed120 Buy now article should not have BuyNow promotion
CantUpdatePictureOnArticleWithBid121 Can't update picture on article with bid
HtmlTagsNotAllowed122 Can't put html tags in this field
WrongPaymentConditions123 The payment condition is not valid
EmptyPaymentConditionIds124 The Payment Condition Ids cannot be empty
NoDetails125 The branding article must have detail.
ArticleAlreadyHasCardPayment126 The article already has the card payment option
ErrorInsertingCardPayment127 There was an error inserting card payment option
ArticleDoesNotHaveCardPayment128 The article does not have the card payment option
ErrorRemovingCardPayment129 The error removing card payment option
RicardoPayNotActivated130 The Payment Method is not set to be Card
EmptyPaymentMethodsIds131 The Payment Methods Ids cannot be empty
EmptyArticleId132 The Article Id is mandatory
InvalidCardCombinationWithDeliveryCondition133 Card Payment can't be added with this delivery condition
NumberOfArticleLimited134 Number Of Article Limited
PaymentMethodNeedAlternateOne135 Card Payment can't be the only payment method
WrongPaymentMethods136 The payment methods is not valid
CumulativeShippingNotAllowed137 The cumulative shipping option is not allowed (probably because the article has bids)
EmptyInternalReference138 The internal reference is mandatory
PaymentMethodNotAllowedForSelling139 The selected payment methods cannot be used. You can get allowed payment methods using SystemService.GetPaymentMethods and setting "OnlyAllowToSell" to true.
EmptyArticleIdList140 The Article Ids are mandatory
PreviewCannotBeCreated141 The preview for the article cannot be created
TooLongVehiclesMainDescription142 description main language length greater than 20000 for vehicles
TooLongAlternativeVehiclesDescription143 description alternative language length greater than 20000 for vehicles
InvalidArticleCondition144 invalid article condition; value should be between 0 and 5
InvalidArticleAvailability145 invalid article availability; value should be between 0 and 5
MultipleQuantityAuctionNotAllowed146 product type is not allowed
InvalidClassificationData147 invalid classification data
ErrorFetchingProductTypeAttributes148 Something went wrong when fetching the product type attribute values from the DB
ErrorFetchingCategoryAttributes149 Something went wrong when fetching the category attribute values from the DB
ErrorGetProductTypeAttributes150 Something went wrong when getting the product type attribute values from the DB
ErrorGetCategoryAttributes151 Something went wrong when getting the category attribute values from the DB
ArticleClassifierServiceError152 error in the classifier remote service
ErrorProducingEvent153 Something went wrong while producing an event record related to the article
See Also