Documentation home page
Error codes for Search
Namespace:
Ricardo.Enums
Assembly:
Ricardo.Enums (in Ricardo.Enums.dll) Version: 1.1.15308.4 (1.1.15308.4)
SyntaxPublic Enumeration SearchErrors
Members
| Member name | Value | Description |
---|
| EmptySentence | 1 |
The search text is empty
|
| NoCategoryFound | 2 |
The no category found
|
| BaseSearchParametersEmpty | 3 |
The Base Search Parameters Empty
|
| PageNumberTooSmall | 4 |
The page number is too small need start from 1
|
| PageSizeTooSmall | 5 |
The Page Size is too small need start from 1
|
| NoResultFound | 6 |
No result found
|
| SiteNumberIsNotSet | 7 |
The site number is not selected default = 1
|
| UniverseMiss | 8 |
The universe id is not selected
|
| NumberOfArticlesIncorrect | 9 |
The Number Of Articles incorrect
|
| NotAccessoryCategory | 10 |
Not accessory category
|
| IncorrectSellerId | 11 |
The incorrect seller identifier
|
| UnfoundZipCode | 12 |
The unfound zip code
|
See Also