错误代码
修改于: 2023-05-25 11:19
| 错误代码 | 描述 | 示例 | 
|---|---|---|
| RoomTypeNotFound | 房型代码不存在 | Room ID 12345 not found | 
| RatePlanNotFound | 价格计划不存在 | Rate ID ODT1BA not found | 
| HotelNotFound | 酒店代码不存在 | Hotel ID SA00001 not found | 
| ChannelNotFound | 渠道ID不存在 | Distributor HOTELBEDS not found | 
| SupplierNotFound | 酒店集团ID不存在 | Supplier ABC not found | 
| ReservationNotFound | 订单不存在 | Reservation Not Found | 
| CancelReservationProhibited | 不允许取消此订单 | Reservation xxxxxxx is not allowed to cancel | 
| ModifyReservationProhibited | 不允许修改此订单 | Reservation xxxxxxx is not allowed to modify | 
| OverCancellationTime | 超过订单可取消时间 | Over Cancellation Time | 
| NoAllotment | 关房 | No Allotment | 
| ExceedAdultCount | 超出最大成人数 | Exceed Adult Count | 
| ExceedChildCount | 超出最大儿童数 | Exceed Child Count | 
| IncorrectContactNameFormat | 联系人姓名格式无效 | Incorrect Contact Name Format | 
| IncorrectContactInfoFormat | 联系人信息格式无效 | Incorrect Contact Info Format | 
| IncorrectExtraBreakfastCount | 加早数无效 | Incorrect Extra Breakfast Count | 
| IncorrectExtraBedCount | 加床数无效 | Incorrect Extra Bed Count | 
| IncorrectCheckinDate | 入住日期无效 | Incorrect Check-in Date | 
| IncorrectCheckOutDate | 离店日期无效 | Incorrect Check-Out Date | 
| NotSupportedPaymentType | 支付类型不被支持 | Not Supported Payment Type | 
| ExtraBedProhibited | 不允许加床 | Extra Bed Not Allowed | 
| ExtraBreakfastProhibited | 不允许加早 | Extra Breakfast Not Allowed | 
| IncorrectCreditcardNumber | 信用卡卡号无效 | Incorrect Credit Card Number | 
| IncorrectCreditcardExpireDate | 信用卡已失效 | Incorrect Credit Card Expiration Date | 
| OverReservationTime | 超过预订时间 | Over Reservation Time | 
| DuplicateReservation | 重复订单 | Duplicate Reservation | 
| NeedAdvanceReserve | 需提前预留 | Advance Reservation Is Required | 
| InconsistentRate | 预订价格与酒店实时价格不一致 | Inconsistent Rate | 
| MissingField | 字段缺失 | Missing field ‘adultCount’ | 
| InconsistentCurrency | 币种不一致 | Inconsistent Currency | 
| System | 内部系统错误 | Internal System Error | 
| Unknown | 来自第三方服务的未知错误 | Unknown error from third party service | 
| NetError | 网络异常 | Network issue | 
| Timeout | 网络超时 | Timeout issue | 
| InvalidField | 无效字段 | Invalid value 'A' of field 'adultCoun' | 
此回答是否有所帮助? 是 否
Send feedback