Click or drag to resize

PremiumPromotionErrors Enumeration

Documentation home page
PremiumPromotion 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 PremiumPromotionErrors
Members
  Member nameValueDescription
UnknownPremiumPromotion0 The unknown search order
LimitReached1 The limit reached
InvalidArgument2 Arguments provided are invalid
UnableToAdd3 The unable to add
UnableToUpdate4 The unable to update
UnableToRemove5 The unable to remove
UnableToRetrieve6 The unable to retrieve
NotFound7 The not found
MaxPictureSizeReached8 pictures size exceed the business limit, see Ricardo.Branding.Auto.BusinessSettings.MaxPromotionPictureFileSize
MaxLogoPictureSizeReached9 pictures size exceed the business limit, see Ricardo.Branding.Auto.BusinessSettings.MaxPromotionLogoPictureFileSize
ErrorResizingPicture10 happens when a technical error occurs while resizing a given picture. the picture index is given in ErrorDetails as int
EmptyPictureContent11 the content of the picture was not passed or cannot be retreived. the picture index is given in ErrorDetails as int
ErrorResizingLogoPicture12 happens when a technical error occurs while resizing a given logo picture.
EmptyCompanyName13 The comapany name is empty.
EmptyPromotionTitle14 The promotion title is empty.
EmptyTitleandSubTitle15 The title and subtitle is not found.
MaxPromotionTitleLength16 The title is too long. Avalible 30 charecters
MaxPromotionSubTitleLength16 The subtitle is too long. Avalible 70 charecters
EmptyTitle17 The title is not found.
EmptyPromotionUrl18 The promotion url is empty.
CacheCannotBeInvalidated100 While updating or inserting a premium promo offer, the cache couldn't be invalidated.
CacheCannotBeRead101 The cache read returned a null value.
See Also