[SHOPTIME-2641] [에러코드] 에러코드 팝업 메시지

수정 내용: 추가된 에러메세지 적용
This commit is contained in:
hyunwoo93.cha
2024-10-22 14:39:59 +09:00
parent 7d90646515
commit 5420cdcbd7

View File

@@ -501,10 +501,42 @@ export const ERROR_MESSAGES_GROUPS = [
codes: [1107],
message: $L("Invalid price information."),
},
{
codes: [1108],
message: $L("Due to a system error, we were unable to process your order."),
},
{
codes: [1109],
message: $L("This coupon cannot be used for the current amount."),
},
{
codes: [1111],
message: $L(
"This order cannot be partially canceled; only full cancellation is possible."
),
},
{
codes: [1114],
message: $L(
"The request for the product information in the order is incorrect."
),
},
{
codes: [1116],
message: $L("Order cancellation is not possible during shipping."),
},
{
codes: [1120],
message: $L(
"The selected item is out of stock and cannot be ordered.(ID: Development in progress)"
),
},
{
codes: [1121],
message: $L(
"The selected shipping address is in a region where delivery is not possible."
),
},
{
codes: [1122],
message: $L("Invalid card information."),
@@ -523,6 +555,10 @@ export const ERROR_MESSAGES_GROUPS = [
codes: [1126, 1127],
message: $L("There are terms and conditions that have not been agreed to."),
},
{
codes: [1129],
message: $L("Only one coupon can be used."),
},
{
codes: [1130],
message: $L("This coupon cannot be used for the current amount."),
@@ -531,6 +567,10 @@ export const ERROR_MESSAGES_GROUPS = [
codes: [1134],
message: $L("This order has already been canceled."),
},
{
codes: [1136],
message: $L("The system is currently not responding properly."),
},
{
codes: [1139],
message: $L(