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)
Syntaxpublic enum PremiumPromotionErrors
Public Enumeration PremiumPromotionErrors
Members
| Member name | Value | Description |
---|
| UnknownPremiumPromotion | 0 |
The unknown search order
|
| LimitReached | 1 |
The limit reached
|
| InvalidArgument | 2 |
Arguments provided are invalid
|
| UnableToAdd | 3 |
The unable to add
|
| UnableToUpdate | 4 |
The unable to update
|
| UnableToRemove | 5 |
The unable to remove
|
| UnableToRetrieve | 6 |
The unable to retrieve
|
| NotFound | 7 |
The not found
|
| MaxPictureSizeReached | 8 |
pictures size exceed the business limit, see Ricardo.Branding.Auto.BusinessSettings.MaxPromotionPictureFileSize
|
| MaxLogoPictureSizeReached | 9 |
pictures size exceed the business limit, see Ricardo.Branding.Auto.BusinessSettings.MaxPromotionLogoPictureFileSize
|
| ErrorResizingPicture | 10 |
happens when a technical error occurs while resizing a given picture. the picture index is given in ErrorDetails as int
|
| EmptyPictureContent | 11 |
the content of the picture was not passed or cannot be retreived. the picture index is given in ErrorDetails as int
|
| ErrorResizingLogoPicture | 12 |
happens when a technical error occurs while resizing a given logo picture.
|
| EmptyCompanyName | 13 |
The comapany name is empty.
|
| EmptyPromotionTitle | 14 |
The promotion title is empty.
|
| EmptyTitleandSubTitle | 15 |
The title and subtitle is not found.
|
| MaxPromotionTitleLength | 16 |
The title is too long. Avalible 30 charecters
|
| MaxPromotionSubTitleLength | 16 |
The subtitle is too long. Avalible 70 charecters
|
| EmptyTitle | 17 |
The title is not found.
|
| EmptyPromotionUrl | 18 |
The promotion url is empty.
|
| CacheCannotBeInvalidated | 100 |
While updating or inserting a premium promo offer, the cache couldn't be invalidated.
|
| CacheCannotBeRead | 101 |
The cache read returned a null value.
|
See Also