BrandingErrors Enumeration |
Documentation home page
Article errors thrown during Branding article details validation
Namespace:
Ricardo.Enums
Assembly:
Ricardo.Enums (in Ricardo.Enums.dll) Version: 1.1.15308.4 (1.1.15308.4)
Syntaxpublic enum BrandingErrors
Public Enumeration BrandingErrors
Members
| Member name | Value | Description |
---|
| MandatoryFieldMissing | 0 |
MandatoryFieldMissing == 0
|
| IncorrectFieldType | 1 |
IncorrectFieldType = 1
|
| MultipleValuesNotAllowed | 2 |
MultipleValuesNotAllowed = 2
|
| DependencyDetailsError | 3 |
DependencyDetailsError = 3
|
| VersionIdIsMandatory | 4 |
VersionIdIsMandatory = 4
|
| CantParseValueField | 5 |
CantParseValueField = 5
|
| ProblemParsingArticleDetails | 6 |
ProblemParsingArticleDetails = 6
|
| BrandingArticleDetailsXmlGenerationProblem | 7 |
Sent when the XML generation of article details fail.
|
| BrandingArticleDetailsXmlEmpty | 8 |
Sent when the XML of article details is empty when getting data.
|
| BrandingAutoIDatFuelTypeNotAccept | 9 |
Not possible get the rating with this type of fuel.FuelType.Gaz , FuelType.GazLpgPetrol
|
| BrandingCarRatingMakeNameEmpty | 10 |
Not possible get the rating because makeName is empty
|
| BrandingCarRatingModelNameEmpty | 11 |
Not possible get the rating because ModelName is empty
|
| BrandingCarRatingFuelEmpty | 12 |
Not possible get the rating because fueltype is empty
|
| BrandingCarRatingGearBoxEmpty | 13 |
Not possible get the rating because GaerBox is empty
|
| BrandingCarRatingNotFound | 14 |
Not possible get the rating it's not found
|
| BrandingAutoIdatServiceExceptionTimeOut | 15 |
Not possible because timeout
|
| ProblemParsingUniverseNumber | 16 |
ProblemParsingUniverseNumber = 16
|
| MissingWarrantyStartDate | 17 |
The date should be set when From date Warranty type selected
|
| MissingWarrantyDuration | 18 |
The duration should be set when Warranty type is not none selected
|
| FuelMandatoryFieldsMissing | 19 |
The fuel mandatory fields missing
|
| WrongDateFormat | 20 |
Wrong date format, corect one is year-mm-dd
|
| YearAndMonthAreRequired | 21 |
The year and month are required
|
See Also