| Member name | Value | Description |
---|
| NotAllowedToSell | 1 |
the customer is not allowed to sell, can be linked to a block or a credit limit
|
| BillingError | 2 |
Unable to add a billing transaction for this customer, we don't have more informations
|
| GetCustomerError | 3 |
Nickname or Customer id must be set
|
| NeedToChangePasswordError | 4 |
User needs to change password
|
| GetAccountPreferencesError | 5 |
An error occured while trying to get the account preferences, we don't have more informations
|
| InvalidArguments | 6 |
Invalid arguments provided
|
| EmptyCountryId | 7 |
countryId == 0 or countryId == null
|
| EmptyNickName | 8 |
NickName null or empty
|
| EmptyIPAddress | 9 |
IP address null or empty
|
| EmptyEmail | 10 |
Email null or empty
|
| EmptyCustomerId | 11 |
The customer id has to be provided
|
| EmptyGuid | 12 |
The Guid is empty
|
| NickNameIsNotUnique | 13 |
NickName Is Not Unique
|
| EmailIsNotUnique | 14 |
Email Is Not Unique
|
| EmptyFirstName | 15 |
FirstName null or empty
|
| TooLongFirstName | 16 |
FirstName is too long
|
| EmptyLastName | 17 |
LastName null or empty
|
| TooLongLastName | 18 |
LastName is too long
|
| TooLongNickName | 19 |
NickName is too long
|
| TooLongEmail | 20 |
Email is too long
|
| MustBeOver18 | 21 |
The must be over 18
|
| EmptyAddress1 | 22 |
Address1 is empty
|
| TooLongAddress1 | 23 |
The Address1 is too long
|
| TooLongAddress2 | 24 |
The Address2 is too long
|
| TooLongStreetNr | 25 |
StreetNr is too long
|
| TooLongPostalBox | 26 |
The postal box is too long
|
| EmptyZipCode | 27 |
ZipCode is empty
|
| TooLongZipCode | 28 |
The ZipCode is too long
|
| EmptyCity | 29 |
City is empty
|
| TooLongCity | 30 |
The City is too long
|
| EmptyCantonId | 31 |
CantonId is null
|
| EmptyPhoneNumber | 32 |
PhoneNumber is empty
|
| TooLongPhoneNumber | 33 |
The PhoneNumber is too long
|
| InvalidNickName | 34 |
The NickName provided is invalid
|
| InvalidEmail | 35 |
The Email provided is invalid
|
| InvalidStreetNr | 36 |
The StreetNr provided is invalid
|
| InvalidZipCode | 37 |
The ZipCode provided is invalid
|
| InvalidPhoneNumber | 38 |
The PhoneNumber provided is invalid
|
| EmptyPassword | 39 |
The Password is empty
|
| CompanyDetailsNotFull | 40 |
The company details are not full
|
| TooLongCompanyName | 41 |
The company name is too long
|
| TooLongCompanyVATNumber | 42 |
The company VAT number is too long
|
| TooLongCompanyRegistryNumber | 43 |
The company registry number is too long
|
| InvalidValidationKey | 44 |
the given validation key is empty or can't be decrypted
|
| UnableToValidate | 45 |
Unable to validate the customer account, not found, already validated or link expired
|
| MaxNumberOfCallsToAutomaticallyValidateUserInformation | 46 |
Unable to validate the customer information automatically, max number of calls reached
|
| EmptyStreetNr | 47 |
The StreetNr is empty
|
| NotCarDealer | 48 |
The user is not Car Dealer
|
| PasswordComplexity | 49 |
The password is not complex enough
|
| UnableToUpdate | 50 |
Unable to update
|
| EmptyNewEmail | 51 |
New Email null or empty
|
| EmptyNewNick | 52 |
New Nick null or empty
|
| ValidationKeyExpired | 53 |
The validation key has expired
|
| TooManyPremiumPackages | 54 |
The user already has too many Premium Packages
|
| CardPaymentOptionNotAvailable | 55 |
The customer does not have the card payment option
|
| CustomerBanned | 56 |
The customer has been banned
|
| BuyerNotFromCHorLI | 57 |
The buyer is not from Switzerland or Liechtenstein
|
| BuyerNorDVNorAC | 58 |
The buyer is neither validated by DeltaVista nor has entered his activation code
|
| EmptyCustomerInfos | 59 |
The customer infos are empty
|
| EmptyMemberPreferences | 60 |
The member preferences are empty
|
| EmptyAddresses | 61 |
The customer has no addresses
|
| UnableToInsert | 62 |
Unable to insert
|
| CreditLimitExceeded | 63 |
Credit limit is exceeded
|
| ActivationCodeStatusManuallyBlocked | 64 |
Activation Code Status is manually blocked
|
| BillingStatusBlocked | 65 |
Billing status is blocked
|
| BillingStatusInCollection | 66 |
Billing status is in collection
|
| BillingStatusWrittenOff | 67 |
Billing status is written off
|
| BillingStatusInCollectionPaid | 68 |
Billing status is in collection but paid
|
| UnsubscribeTokenIsNotValid | 70 |
The unsubscription token is not valid
|
| UnsubscribeNotAllowedForThisTemplate | 71 |
The unsubscription impossible for this template
|