GeneralErrors Enumeration |
Documentation home page
JR: ok guys, i like to explicitly set enum values, less conflict risk when deserializing old objects etc...
Namespace:
Ricardo.Enums
Assembly:
Ricardo.Enums (in Ricardo.Enums.dll) Version: 1.1.15308.4 (1.1.15308.4)
Syntaxpublic enum GeneralErrors
Public Enumeration GeneralErrors
Members
| Member name | Value | Description |
---|
| CloseAuctionFailed | 1 |
default code when we didn't manage to close an auction
|
| CloseClassifiedFailed | 2 |
default code when we didn't manage to close a classified
|
| DeletePlannedFailed | 3 |
default code when we didn't manage to delete a planned
|
| CountryOrPartnerNotDefined | 4 |
The country or partner not defined
|
| UnknownCategoryId | 5 |
the given cagetory Id does not exist for given partner
|
| UnsupportedLanguageId | 6 |
The given languageId is not supported/existing
|
| ArticleNotFound | 7 |
Unable to find the article given its ID
|
| CustomerNotFound | 8 |
customer not found
|
| EmptyIpAddress | 9 |
The IP address is not defined
|
| TechnicalProblem | 10 |
The Technical Exception
|
| ArticlesAmountLimit | 11 |
The limit for amount of articles per 1 push is 200
|
| ListOfArticlesEmpty | 12 |
The list of article empty
|
| UnknownCategoryName | 13 |
The category name specified is unknown
|
| EmptyArgument | 14 |
The argument is empty (and should not be)
|
| EmptyArticleCondition | 15 |
The article conditino is empty (and should not be)
|
| TransactionsAmountLimit | 16 |
The limit for amount of articles per 1 push is 200
|
| ListOfTransactionsEmpty | 17 |
The list of transaction empty
|
| InternalReferencesAmountLimit | 18 |
The limit for amount of internal reference per 1 push is 200
|
| ListOfInternalReferencesEmpty | 19 |
The list of internal references is empty
|
| EmptyPagination | 20 |
The parameter for pagination should not be empty
|
| InvalidPaginationPageSize | 21 |
The pagination page size is invalid, sould be greater than 0 and lower than max allowed range
|
| InvalidPaginationPageNumber | 22 |
The pagination page number is invalid, should be greater than 0 |
| EmptyReorderArgument | 23 |
The reorder array is null, should not be.
|
| TimeOut | 24 |
A timeout occured, please retry your request.
|
| PremiumHomePagePromoNotSupported | 25 |
PremiumHomePage promotion is not supported anymore.
|
See Also