| Member name | Value | Description |
---|
| UnknownProperty | 0 |
Use during API security process
|
| CustomerNotArticleOwner | 1 |
the current customer can't act on the article as he's not the owner
|
| CheckPasswordWrongPassword | 2 |
happens when the CheckPassword is used with a wrong password
|
| CheckPasswordBlacklistedIp | 3 |
happens when the CheckPassword is used with a blacklisted IP
|
| CheckPasswordBannedCustomer | 4 |
happens when the CheckPassword is used with a bannished Customer, additional info contains the date since when the user is bannished as Datetime
|
| CheckPasswordClosedCustomer | 5 |
happens when the CheckPassword is used with a closed customer, additional info contains the date since when the user is closed as Datetime
|
| LogAdminFailed | 6 |
Returned when admin login failed
|
| TokenError | 7 |
Token error for API
|
| TokenExpired | 8 |
Token expired for API
|
| AnonymousNotAllowed | 9 |
Returned when an anonymous call is not allowed
|
| TemporayCredentialExpired | 10 |
TemporayCredential expired for API
|
| TemporayCredentialUnvalidated | 11 |
TemporayCredential unvalidated for API
|
| SessionExpired | 12 |
Session expired
|
| UpdatePasswordPolicyInvalid | 13 |
happens when the CustomerUpdatePassword is used with a password with invalid policy
There must be at least 8 characters. At least 1 uppercase character. At least 1 non alpha numeric.
|
| AFTokenError | 14 |
The Anti Forgery token error
|
| UnknownPartnership | 15 |
Unknown partnership
|
| CheckPasswordPendingEmailValidation | 16 |
User has not validated his email
|
| ValidateCustomerAddressDisabled | 17 |
Validation of User Address is disabled
|
| AccountBanned | 18 |
The account linked to the customer has been banned
|
| AccountClosed | 19 |
The account linked to the customer has been closed
|
| MethodNotAllowed | 20 |
The Partnership used is not allowed to use this method
|
| CheckTokenUnknownToken | 21 |
When checking token validity, the token is unknown
|
| CheckTokenTokenExpired | 22 |
When checking token validity, the token has expired
|
| CheckTokenSessionExpired | 23 |
When checking token validity, the token's session has expired
|
| CheckTokenWrongUser | 24 |
When checking token validity, the given token and userId do not match
|
| EmptyCustomerIDDev | 25 |
The DEV customer identifier can't be empty or = 0
|
| EmptyCustomerIDBeta | 26 |
The BETA customer identifier can't be empty or = 0
|
| EmptyCustomerIDProd | 27 |
The PROD customer identifier can't be empty or = 0
|
| EmptyNickname | 28 |
The Nick can't be empty
|
| NotNullThirdPartyId | 29 |
The ThirdPartyId must be null if you set CreateThirdParty = true
|
| EmptyThirdPartyName | 30 |
The ThirdPartyName can't be empty if you set CreateThirdParty = true
|
| EmptyThirdPartyAddress | 31 |
The ThirdPartyAddress can't be empty if you set CreateThirdParty = true
|
| EmptyThirdPartyMail | 32 |
The ThirdPartyMail can't be empty if you set CreateThirdParty = true
|
| NullThirdPartyId | 33 |
The ThirdPartyId must be > 0 if you set CreateThirdParty = false
|
| NotEmptyThirdPartyName | 34 |
The ThirdPartyName must be null (or empty) if you set CreateThirdParty = false
|
| NotEmptyThirdPartyAddress | 35 |
The ThirdPartyAddress must be null (or empty) if you set CreateThirdParty = false
|
| NotEmptyThirdPartyMail | 36 |
The ThirdPartyMail must be null (or empty) if you set CreateThirdParty = false
|
| CustomerNotConcernedByTransaction | 37 |
the current customer can't act on the transaction as he's not concerned
|
| UnknownNickname | 38 |
the nickname provided is unknown
|
| UnknownCustomerId | 39 |
the customer id provided is unknown
|
| CustomerIdAndNicknameDontMatch | 40 |
the customer id provided do not match the nickname
|
| EmptyDEKey | 41 |
The DE Key is empty
|
| EmptyDEPwd | 42 |
The DE Password is empty
|
| EmptyDEDescription | 43 |
The DE description is empty
|
| EmptyFRKey | 44 |
The FR Key is empty
|
| EmptyFRPwd | 45 |
The 45 Password is empty
|
| EmptyFRDescription | 46 |
The FR description is empty
|
| DEAndFRIdAreEqual | 47 |
The DEId and FRId must be different
|
| DEAndFRKeyAreEqual | 48 |
The KeyDE and KeyFR must be different
|
| PartnershipMustBeAtLeastDEorFR | 49 |
You must select at least PartnershipDE or PartnershipFR
|
| IncorrectDEId | 50 |
The PartnershipDEId is incorrect (null or < 1000)
|
| IncorrectFRId | 51 |
The PartnershipFRId is incorrect (null or < 1000)
|
| CustomerNotAdmin | 52 |
The customer logged is not admin
|
| WebSessionExpired | 53 |
The web session associated to the given GUID has expired.
|
| InvalidSession | 54 |
The session is invalid.
|
| IncorrectGuid | 55 |
Guid should contain 32 digits with 4 dashes (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx).
|
| HeaderUserNameMissing | 56 |
The header Ricardo-Username is missing in the API Request
|
| TokenAndNickMismatched | 57 |
The token and the nick provided don't match.
|
| Auth0Error | 58 |
We received an unhandled exception from auth during login.
|
| TooManyAttempts | 59 |
Too many logins with the same username or email.
|
| MissingPartnershipKey | 60 |
Http header 'Ricardo-PartnershipKey' is mandatory for authentication using jwt
|
| InvalidPartnershipKey | 61 |
The header 'Ricardo-PartnershipKey' must contain a GUID
|
| InvalidJwt | 62 |
The JWT provided is invalid
|