1{
2 "errorType": "INVALID_COUPON_CODE",
3 "errorMessage": "Invalid coupon code"
4}
5
6{
7 "errorType": "SHIPPING_TO_COUNTRY_NOT_ALLOWED",
8 "errorMessage": "Cannot ship to country {CountryName}"
9}
10
11{
12 "errorType": "CHECKOUT_FAILURE",
13 "errorMessage": "Checkout failure due to {}"
14}
15
16{
17 "errorType": "BILLING_TO_COUNTRY_NOT_ALLOWED",
18 "errorMessage": "Cannot bill country {}"
19}
20
21{
22 "errorType": "CARD_VALIDATION_FAILURE",
23 "errorMessage": "Credit card validation failed"
24}
25
26{
27 "errorType": "PAYMENT_NOT_AUTHORIZED",
28 "errorMessage": "Credit card authorization failed"
29}
30
31{
32 "errorType": "INVALID_SHIPPING_ADDRESS",
33 "errorMessage": "Invalid shipping address. Please correct {}"
34}
35
36{
37 "errorType": "INVALID_BILLING_ADDRESS",
38 "errorMessage": "Invalid billing address. Please correct {}"
39}
40
41{
42 "errorType": "MULTIPLE_PROMO_CODE",
43 "errorMessage": "Multiple promotion codes not allowed. Please correct {}"
44}