{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-docs/stays/sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"Stays API Error Messaging","description":"Create AI-native travel products with Travelport's powerful, flexible APIs.","siteUrl":"https://developer.travelport.com/","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"stays-api-error-messaging","__idx":0},"children":["Stays API Error Messaging"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The TripServices Stays APIs use the error handling detailed next and return the standard error messages listed in this topic."]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"error-handling","__idx":1},"children":["Error Handling"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The TripServices Stays APIs can return either errors or warnings:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Errors: Returned in Result/Error when request processing is unsuccessful."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Warnings: Returned in Result/Warnings when the request was successful but certain conditions were noted, such as if a search was unable to return rates for one or more properties."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The Stays APIs currently use two versions of errors, depending on your customer provisioning setup. The older version returns the following objects:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["StatusCode"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Message"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The newer error version returns all of the following objects:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["StatusCode"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Message"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["SourceID"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["SourceCode"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Category"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The error messages differ by whether you are on the older or newer error versioning. Specific error messages are listed below in ",{"$$mdtype":"Tag","name":"MarkdownLink","attributes":{"href":"#error-message-list"},"children":["Error Message List"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["For SourceCode, the values returned are grouped into the following ranges:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["1: Impairment errors"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["1000: Common object validation errors: Errors related to object and property validation issues"]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["2000: System-wide errors: Can occur for any content and in any workflow. Include communication, authorization, header, or query parameter errors."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["13000: Hotel-specific errors"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["SourceID may return the value ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["API"]}," or a supplier code."]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["API: Returned for any business or impairment error in which the source was the API."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Hotel chain code: Returned for supplier or other errors where the error source was not the API."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following example shows the error message format of the older error versioning."]},{"$$mdtype":"Tag","name":"details","attributes":{"className":"example-box"},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Show Example older error versioning"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n    \"ErrorResponse\": {\n        \"traceId\": \"hotel-ts-v11\",\n        \"Result\": {\n            \"@type\": \"Result\",\n            \"Error\": [\n                {\n                    \"@type\": \"Error\",\n                    \"StatusCode\": 400,\n                    \"Message\": \" Property Code is a required field\"\n                }\n            ]\n        }\n    }\n}\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following example shows the error message format of the older error versioning."]},{"$$mdtype":"Tag","name":"details","attributes":{"className":"example-box"},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Show Example newer error versioning"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"ErrorResponse\": {\n    \"traceId\": \"a01432e6-5413-43ba-ba54-eb284273b3ac\",\n    \"Result\": {\n        \"@type\": \"Result\",\n        \"Error\": [\n            {\n                \"@type\": \"ErrorDetail\",\n                \"StatusCode\": 500,\n                \"Message\": \"OFFER CANCELLATION DID NOT COMPLETE. SUPPLIER FAILED TO RESPOND. TRANSACTION IGNORED. RETRY IN A FEW MINUTES. DESTINATION IS DOWN\",\n                \"category\": \"RETRY\",\n                \"SourceID\": \"API\",\n                \"SourceCode\": \"2531\"\n            }\n        ]\n    }\n    \n}\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following example shows the warning message format."]},{"$$mdtype":"Tag","name":"details","attributes":{"className":"example-box"},"children":[{"$$mdtype":"Tag","name":"summary","attributes":{},"children":["Show Example warning message"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"Result\": {\n    \"@type\": \"Result\",\n    \"Warning\": [\n        {\n            \"@type\": \"Warning\",\n            \"StatusCode\": 99,\n            \"Message\": \"Rates unavailable for 50 properties.\"\n        },\n        {\n            \"@type\": \"Warning\",\n            \"StatusCode\": 99,\n            \"Message\": \"Images unavailable for 2 properties.\"\n        }\n    ]\n},\n","lang":"json"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"error-message-list","__idx":2},"children":["Error Message List"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The following table lists the error messages returned in the TripServices Stays APIs for all objects in Error/Result except SourceID, which per above may return ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["API"]}," or a supplier code. See the previous section for details on the two types of message returned per the table."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"class":"doc-table md","className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"StatusCode"},"children":["StatusCode"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Message (newer error handling only; also returns StatusCode, category, SourceCode)"},"children":["Message ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["(newer error handling only; also returns StatusCode, category, SourceCode)"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"category"},"children":["category"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"SourceCode"},"children":["SourceCode"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Message (older error handling; returns this Message and StatusCode)"},"children":["Message ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["(older error handling; returns this Message and StatusCode)"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INTERNAL SERVER ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TERMINAL"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unable to process request. Exception occurred."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INTERNAL SERVER ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TERMINAL"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Internal Server Error"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INTERNAL SERVER ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INTERNAL SERVER ERROR DURING COMMON PROCESSING:"," ","JAVA.LANG.NULLP"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["OFFER DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1200"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Itinerary id invalid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["OFFER DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1200"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Cannot find hotel offer. Booking code may be incorrect or"," ","offer has expired. Try performing availability again."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["OFFER DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1200"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Booking Code must be provided."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["OFFER DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1200"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Missing offer id."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["OFFER DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1200"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Offer cannot be empty"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1250"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ItineraryId or traveler email missing"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1250"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Phone Number must contain only 20 chars."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1250"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Traveler Information cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER NAME IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1251"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER NAME IS INVALID."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER NAME IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1251"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID NAME - DUPLICATE ITEM"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER NAME IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1251"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID - NL MUST BE AT LEAST 2 CHARACTERS"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER NAME IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1251"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID /NM- FORMAT"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER NAME IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1251"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["First Name cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER NAME IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1251"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["First Name can only contain letters and spaces."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER NAME IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1251"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Last Name cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER NAME IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1251"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Last Name can only contain letters and spaces."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER NAME IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1251"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unable to process Modify request: Invalid traveler name."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER NAME IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1251"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PersonName cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER NAME IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1251"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Traveler names must be unique."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1300"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Total price cannot be empty"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["FORM OF PAYMENT DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1320"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card details are incomplete."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["FORM OF PAYMENT DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1320"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Form of payment is required"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RECEIPT DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1325"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID RECORD LOCATOR"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION COMMENT DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1330"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MAXIMUM NUMBER OF ITINERARY REMARKS REACHED"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVEL AGENCY DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1340"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TravelAgency of type TravelAgencyDetail is expected in request"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVEL AGENCY DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1340"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Agency Phone Number cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ACCOUNTING DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1355"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid reservation accounting. Data type field is incorrect!"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PASSENGER CRITERIA DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Passenger criteria data is invalid. Check traveler email or"," ","phone number."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CHECK IN DATE DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1480"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID-ARRIVAL DATE IN THE PAST"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CHECK IN DATE DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1480"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TOO CLOSE TO DOA FOR THIS SRP"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CHECK IN DATE DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1480"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["startdate and enddate cannot be in the past."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CHECK IN DATE DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1480"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Missing date range"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CHECK IN DATE DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1480"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["startdate is not valid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CHECK OUT DATE DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1485"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["startdate and enddate cannot be in the past."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CHECK OUT DATE DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1485"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["enddate cannot be equal to startDate."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CHECK OUT DATE DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1485"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["enddate cannot be less than startDate."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CHECK OUT DATE DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1485"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["enddate is not valid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CHAIN CODES DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1495"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ChainCode should be alphabetical and two characters long."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CHAIN CODES DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1495"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ChainCode cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PROPERTY KEY DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1515"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID PROPERTY CODE *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PROPERTY KEY DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1515"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID PROPERTY NUMBER"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PROPERTY KEY DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1515"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PropertyCode can have only alphanumeric characters."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PROPERTY KEY DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1515"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PropertyCode cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PROPERTY KEY DATA IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1515"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Missing property details."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVEL AGENCY EMAIL IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1532"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Agency email is invalid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVEL AGENCY EMAIL IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1532"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Missing agency email."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER EMAIL IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1533"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Traveler email cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER EMAIL IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1533"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Traveler email is invalid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER TELEPHONE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1534"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID CHARACTERS IN PHONE FIELD"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER TELEPHONE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1534"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Traveler phone cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER TELEPHONE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1534"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Phone Number must contain only alpha chars , spaces, dashes, or dots"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CHILD AGE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1535"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The age of children must be between 0 and 17"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CHILD AGE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1535"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Children age is required"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD CODE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1537"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["HOTEL DOES NOT SUPPORT THIS CARD TYPE *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD CODE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1537"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID CREDIT CARD VENDOR ID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD CODE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1537"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID - CREDIT CARD NOT ACCEPTED *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD CODE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1537"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card Code length cannot be greater than 2."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD CODE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1537"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card Code cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD EXPIRATION DATE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1538"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card detail expiration date invalid. Please fill an expiration"," ","date that is valid during the dates of your booking."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD EXPIRATION DATE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1538"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card Expiration date cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD HOLDER NAME IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1539"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card detail card holder name cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD HOLDER NAME IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1539"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Payment card holder name is missing or invalid"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1540"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CREDIT CARD NBR OR FORMAT INVALID"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1540"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LINK BUSY - RETRY IN 3 MINUTES, INVALID CREDIT/DEBIT CARD VENDOR *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1540"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CREDIT CARD NUMBER IS INVALID OR MISSING"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1540"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID - CREDIT CARD"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1540"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID - CREDIT CARD/CORP ID REQ, INVALID CREDIT/DEBIT CARD NUMBER *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1540"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID PAYMENT CREDENTIALS"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1540"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card detail number invalid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1540"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Payment could not be processed. Payment card number is missing or invalid"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1540"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card detail card number cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1540"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card Number cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD CVV NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1541"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card detail card series code cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD CVV NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1541"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card cvv invalid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD CVV NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1541"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card detail card series code cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD CVV NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1541"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Series Code must contain between 3 and 4 digits."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD TYPE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1542"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card Type cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD STREET ADDRESS IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1543"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card detail address line cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD CITY IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1544"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card detail city cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD COUNTRY CODE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1545"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card detail country code must be 2 characters."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD COUNTRY CODE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1545"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card detail country invalid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD POSTAL CODE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1546"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card detail postal code cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD STATE / PROVINCE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1547"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card detail state cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CUSTOMER LOYALTY NUMBER MODIFICATION IS NOT ALLOWED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1548"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Adding/modifying Customer Loyalty change is not allowed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TELEPHONE COUNTRY CODE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1549"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Traveler Country Access Code is invalid"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TELEPHONE AREA/CITY CODE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1550"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Area City Code must contain only numbers, spaces, dashes, or dots,"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PRODUCT DATA IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1551"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Product cannot be empty"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LOCATOR SOURCE CONTEXT IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1554"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Locator Source context is invalid"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION COMMENT NAME FIELD IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1556"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid reservation comment. Name field is incorrect!"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION COMMENT SHARE WITH FIELD IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1557"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid reservation comment. Share with field is incorrect!"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION COMMENT SOURCE FIELD IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1558"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid reservation comment. Comment source field is incorrect!"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION COMMENT VALUE FIELD IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1559"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid reservation comment. Value field cannot be empty!"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION LOCATOR IN REQUEST IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1560"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PNR does not match the one in the AAA"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION LOCATOR IN REQUEST IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1560"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNABLE TO RETRIEVE - CHECK RECORD LOCATOR"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION LOCATOR IN REQUEST IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1560"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid Locator Code"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VIRTUAL PAYMENT ACCOUNT ALTERNATE EMAIL ADDRESS IS MISSING OR"," ","INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1561"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Alternate email address value is invalid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VIRTUAL PAYMENT ACCOUNT ALTERNATE EMAIL ADDRESS IS MISSING OR"," ","INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1561"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Alternate email address value cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VIRTUAL PAYMENT ACCOUNT AUTHORITY IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1563"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Alternate hotel fax is not valid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VIRTUAL PAYMENT ACCOUNT MAXIMUM CHARGEABLE AMOUNT IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1564"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Maximum chargeable amount value cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VIRTUAL PAYMENT ACCOUNT"," ","MAXIMUM CHARGEABLE CURRENCY CODE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1565"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Maximum chargeable amount currency code cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION COMMIT FAILED DUE TO SIMULTANEOUS UPDATES. END THE SESSION AND RESTART"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1566"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SIMULTANEOUS CHANGES TO BOOKING FILE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION COMMENT UPDATE IS NOT SUPPORTED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["1567"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["403"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AccessGroup {%s} is not valid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unable to retrieve Hospitality Credentials from RuntimeAccessGroup"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid Hospitality Credentials from RuntimeAccessGroup"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["401"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Authorization error"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TERMINAL"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ACCESS FROM THIS CITY NOT AUTHORISED - GALILEO"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TERMINAL"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AGENT ID - GALILEO"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TERMINAL"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID ARC/IATA NUMBER"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TERMINAL"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NO AGENCY CREDENTIAL ON FILE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TERMINAL"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NO AGREEMENT EXISTS FOR AGENCY"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TERMINAL"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SELL NOT ALLOWED FOR SOURCE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TERMINAL"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNABLE TO RETRIEVE - RESTRICTED BF"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid GTID in Request"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Hospitality credentials cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Property not allowed: User unauthorized to view content for"," ","requested chain code."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORIZATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Booking with WorkbenchID available only for TVPT authority"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELPORT PLUS SESSION IDENTIFIER IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2514"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Missing mandatory session details"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELPORT PLUS SESSION IDENTIFIER IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2514"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TPP session id not found."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELPORT PLUS SESSION IDENTIFIER IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2514"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SESSION CREDENTIALS ARE INVALID."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELPORT PLUS SESSION IDENTIFIER IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2514"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AAA session details missing"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELPORT PLUS SESSION IDENTIFIER IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2514"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Host sign on failed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELPORT PLUS SESSION IDENTIFIER IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2514"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Session Details cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELPORT PLUS SESSION IDENTIFIER IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2514"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid WorkbenchID in Request"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["OFFER MODIFICATION DID NOT COMPLETE. SUPPLIER FAILED TO"," ","RESPOND. TRANSACTION IGNORED. RETRY IN A FEW MINUTES"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PROCESS"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2521"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Offer modification did not complete. Supplier failed to"," ","respond. Transaction ignored. Retry in a few minutes."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["OFFER CANCELLATION DID NOT COMPLETE. SUPPLIER FAILED TO"," ","RESPOND. TRANSACTION IGNORED. RETRY IN A FEW MINUTES"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PROCESS"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2522"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Offer cancellation did not complete. Supplier failed to"," ","respond. Transaction ignored. Retry in a few minutes."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["OFFER CANCELLATION DID NOT COMPLETE. SUPPLIER FAILED TO"," ","RESPOND. TRANSACTION IGNORED. RETRY IN A FEW MINUTES. %s"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RETRY"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2531"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Offer cancellation did not complete. Supplier failed to"," ","respond. Transaction ignored. Retry in a few minutes. %s"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unable to fulfill your request with the given criteria. This"," ","may be due to a system failure or a bad request."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unable to fulfill your request with the given criteria. This"," ","may be due to a system failure or a bad request."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Failure while adding travelers in PNR."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AMFERFNP - REQUIRED FIELD NOT PRESENT IN MESSAGE *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LINK BUSY - RETRY IN 3 MINUTES"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NO RESPONSE FROM VENDOR"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Passive segment sell failed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Conferma Error: FAX UNABLE TO QUEUE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Conferma Error: INVALID POSI KLR"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Conferma Error: INVALID XMLH KLR"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Conferma Error: PAYMENT SERVICE TEMPORARILY UNAVAILABLE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Conferma Error: PROCESSING EXCEPTION"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Conferma Error: EAS/TAS SERVICE UNAVAILABLE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Conferma Error: UNRECOGNIZED REQUEST PAYLOAD"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Unable to process host extender request:"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid HostExtender response:"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["COMMUNICATION ERROR"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2599"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["2FA booking flow detected."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CURRENCY CODE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13001"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Currency code cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TOUR CODE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13002"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID /IT- NUMBER OR FORMAT"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13003"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CANNOT RESOLVE ALTRATECAT FOR IPTHR"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13003"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNSUCCESSFUL LINK SELL- MSG FROM LINK VENDOR"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13003"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LINK BUSY - RETRY IN 3 MINUTES, THE SLEEPING ROOM PRODUCT IS UNAVAILABLE. *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13003"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID /RT- RATE OR FORMAT, RATE DOES NOT EXIST *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13003"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE NOT AVAILABLE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13003"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE NOT AVAILABLEINVALID ARC/IATA NUMBER *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13003"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNABLE TO CONFIRM - ROOM TYPE CLOSED, REQUESTED RATE NOT AVAILABLE *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13003"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ROOM TYPE IS CLOSED TO ARRIVAL ON REQUESTED DATE *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13003"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ROOM TYPE NOT PRESENT *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13003"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ROOM UNAVAILABLE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13003"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["THE SLEEPING ROOM PRODUCT IS UNAVAILABLE. *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13003"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNABLE TO CONFIRM - ROOM TYPE CLOSED"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED RATE IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13003"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Requested rate is unavailable"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED PROPERTY IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13005"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DESTINATION IS DOWN *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED PROPERTY IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13005"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ROOMMASTER TEMPORARILY UNAVAILABLE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED PROPERTY IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13005"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["HOTEL NOT FOUND *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED PROPERTY IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13005"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["THE PROPERTY IS NOT ACTIVE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED PROPERTY IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13005"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PROPERTY NOT AVAILABLE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED PROPERTY IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13005"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNABLE TO CONFIRM - HOTEL NOT AVAIL"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED PROPERTY IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13005"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No availability"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED PROPERTY IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13005"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Property not found. Please verify request and retry"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED ROOM IS UNAVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13006"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID ROOM TYPE CHECK FORMAT"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF GUESTS IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13007"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID - CHECK NUMBER OF ADULTS"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF GUESTS IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13007"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID - NUMBER OF PERSONS"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF GUESTS IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13007"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["/EX- NUMBER EXCEEDS LIMIT, MAXIMUM OCCUPANCY RESTRICTION EXCEEDED *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF GUESTS IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13007"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF GUESTS EXCEEDS ROOM TYPE OCCUPANCY LIMIT"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF GUESTS IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13007"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF PERSONS EXCEEDED LIMIT"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF GUESTS IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13007"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["At least one adult is required"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF GUESTS IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13007"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Number of Guests request Must be between 1 and 9"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF GUESTS IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13007"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Number of guests is missing"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF ROOMS IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13008"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Number of Rooms requested Must be between 1 and 9"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF ROOMS IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13008"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Room quantity cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LENGTH OF STAY IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13009"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MINIMUM LENGTH OF HOTEL STAY NOT MET"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LENGTH OF STAY IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13009"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MINIMUM OR MAXIMUM STAY REQUIRED/ PLS CHECK HOTEL POLICY *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CONFIRMATION NUMBER IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13011"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Failed to call modify reservation. This may be caused by a"," ","wrong confirmation number."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CONFIRMATION NUMBER IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13011"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Failed to retrieve reservation details from supplier. This may"," ","be caused by a wrong confirmation number."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CONFIRMATION NUMBER IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13011"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid confirmation number."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CONFIRMATION NUMBER IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13011"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Confirmation number cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LOYALTY NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13012"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID /FG- NUMBER OR FORMAT *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LOYALTY NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13012"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LOYALTY PROGRAM NOT FOUND *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LOYALTY NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13012"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID/FG- INVALID FG NUMBER"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LOYALTY NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13012"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID FREQUENT GUEST NUMBER - NUMERICS ONLY *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LOYALTY NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13012"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NAME OR /FG- NUMBER REQUIRED *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LOYALTY NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13012"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REWARDS NUMBER REQUIRED TO BOOK *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LOYALTY NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13012"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NAME OR /FG- NUMBER REQUIRED *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LOYALTY NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13012"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Customer Air loyalty is not valid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LOYALTY NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13012"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Customer loyalties are not valid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LOYALTY NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13012"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Customer Hotel loyalty is not valid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LOYALTY NUMBER IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13012"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Loyalty number is missing or invalid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MODIFY REQUEST IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13013"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNABLE TO ACTION LAST HOM-IGN OR ET"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MODIFY REQUEST IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13013"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["No change possible. Reservation already matches requested"," ","values."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CANCELLATION REQUEST IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13014"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESTRICTION ON CANCEL OR MODIFY PLEASE CONTACT HOTEL *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE TYPE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13015"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GTD:HOLD"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE TYPE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13015"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE REQUIRED IMMEDIATELY *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE TYPE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13015"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID FORM OF GUARANTEE/DEPOSIT, SEE RATE RULES *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE TYPE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13015"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID /G- TYPE OR FORMAT"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE TYPE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13015"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid guarantee type indicators in payment"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE TYPE HAS BECOME DEPOSIT REQUIRED. DEPOSIT AMOUNT %s"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13016"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ADVANCED DEPOSIT REQUIRED"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE TYPE HAS BECOME DEPOSIT REQUIRED. DEPOSIT AMOUNT %s"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13016"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NEED GUEST CREDIT CARD IN CARD DEPOSIT FORMAT TO BOOK *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE TYPE HAS BECOME DEPOSIT REQUIRED. DEPOSIT AMOUNT %s"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13016"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Guarantee Type has changed to Deposit Required. The deposit"," ","amount is %s. If you would like to proceed, resell with Accept Guarantee"," ","Change Indicator equal to true."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE TYPE HAS BECOME GUARANTEE REQUIRED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13017"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION REQUIRES A GUARANTEE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE TYPE HAS BECOME GUARANTEE REQUIRED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13017"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Guarantee Type has changed to Guarantee Required. If you would"," ","like to proceed, resell with Accept Guarantee Change Indicator equal to true."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE TYPE HAS BECOME PREPAY REQUIRED. PREPAY AMOUNT %s"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13018"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Guarantee Type has changed to Prepay Required. The full amount"," ","will be charged. If you would like to proceed, resell with Accept Guarantee"," ","Change Indicator equal to true."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VIRTUAL PAYMENT CARD PAYMENT IS NOT SUPPORTED BY PROPERTY"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13019"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Property does not qualify for virtual credit card because of"," ","missing property FAX and"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["HOTEL RATE PRICE WAS %s AND HAS BECOME %s"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13020"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Price changed during sell from %s to %s."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["HOTEL RATE PRICE WAS %s AND HAS BECOME %s"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13020"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Price total has changed from %s to %s. If you would like to"," ","proceed, resell with Accept Price Change indicator equal to true."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE AMOUNT OR TYPE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13021"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE NOT ACCEPTED BY HOTEL *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE AMOUNT OR TYPE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13021"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INSUFFICIENT GUARANTEE *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE AMOUNT OR TYPE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13021"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID GUARANTEE INDICATOR"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUARANTEE AMOUNT OR TYPE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13021"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["LINK BUSY - RETRY IN 3 MINUTES, DEPOSIT REQUIRED. *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF ROOMS REQUESTED ARE NO LONGER AVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13022"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INSUFFICIENT ROOMS AVAILABLE FOR REQUESTED RATE LEVEL"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF ROOMS REQUESTED ARE NO LONGER AVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13022"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION REJECTED DUE TO INSUFFICIENT AVAILABILITY."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF ROOMS REQUESTED ARE NO LONGER AVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13022"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Group reservation failure, not enough rooms available."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF ROOMS REQUESTED ARE NO LONGER AVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13022"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INSUFFICIENT INVENTORY FOR TRANSACTION *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF ROOMS REQUESTED ARE NO LONGER AVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13022"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NO ROOMS AVAILABLE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF ROOMS REQUESTED ARE NO LONGER AVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13022"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The number of rooms requested is greater than available number"," ","of rooms."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VIRTUAL PAYMENT ACCOUNT REQUEST IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13023"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Conferma Error: INVALID PAYMENT REQUEST PARAMETERS"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VIRTUAL PAYMENT ACCOUNT CREDENTIALS ARE INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13024"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Conferma Error: INVALID AGENCY CREDENTIALS"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VIRTUAL PAYMENT ACCOUNT CREDENTIALS ARE INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13024"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Conferma Error: NO AGENCY CREDENTIAL ON FILE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VIRTUAL PAYMENT ACCOUNT CREDENTIALS ARE INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13024"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["DeploymentID cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VIRTUAL PAYMENT ACCOUNT CREDENTIALS ARE INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13024"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Virtual credit card accountId cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VIRTUAL PAYMENT ACCOUNT CREDENTIALS ARE INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13024"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid virtual credit card supplier. Accepted credit cards"," ","suppliers: Conferma"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CANCELLATION IS NOT CONFIRMED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13026"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Did not receive cancellation confirmation from hotel. Please"," ","check with hotel."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CANCELLATION IS NOT CONFIRMED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13026"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["EndTransact not successful."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CANCELLATION IS NOT CONFIRMED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13026"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Expedia has accepted our request to cancel the booking with"," ","itinerary ID %s, but we cannot verify if the booking has been cancelled or"," ","not. Please do a retrieval request at a later time to confirm."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NEGOTIATED RATE CODE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13028"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["A VALID RATE PLAN CODE IS REQUIRED"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["HOTEL OFFER IS UNCONFIRMED FROM SUPPLIER. CHECK FOR"," ","CONFIRMATION EMAIL FROM SUPPLIER. USE SYNC MESSAGE WITH CONFIRMATION TO"," ","COMPLETE RESERVATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13034"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Hotel sell unconfirmed from supplier. Check for confirmation"," ","email from supplier. Use SYNC message with confirmation number to complete"," ","PNR"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUEST COUNT IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13038"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GuestCount.count is required"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["BOOKING CODE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13045"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Failed to preview reservation details from supplier. This may"," ","be caused by a wrong booking code."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["BOOKING CODE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13045"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Booking code is required."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["OFFER ID HAS EXPIRED. NEW AVAILABILITY IS REQUIRED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13046"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Cannot find hotel offer with ID: %s Offer ID may be incorrect"," ","or offer has expired. Try performing availability again"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT AMOUNT IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13047"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Payment if present Amount cannot be empty"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT AMOUNT IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13047"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Amount value cannot be empty"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TELEPHONE MODIFICATION FAILED. ONLY ONE TELEPHONE MODIFICATION"," ","IS ALLOWED PER REQUEST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13048"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Adding/modifying multiple Phone change is not allowed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER MODIFICATION IS NOT SUPPORTED BY THIS SUPPLIER"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13049"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Supplier does not support name change."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER MODIFICATION IS NOT SUPPORTED BY THIS SUPPLIER"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13049"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Traveler change is not allowed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD BILLING ADDRESS IS REQUIRED BY THIS SUPPLIER"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13050"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card detail address cannot be empty"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD MODIFICATION IS NOT SUPPORTED BY THIS SUPPLIER"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13051"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Supplier does not support credit card change."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD MODIFICATION IS NOT SUPPORTED BY THIS SUPPLIER"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13051"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Credit Card change is not allowed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION DATE MODIFICATION IS NOT SUPPORTED BY THIS"," ","SUPPLIER"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13052"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Supplier does not support date change."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION DATE MODIFICATION IS NOT SUPPORTED BY THIS"," ","SUPPLIER"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13052"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Date changes are not allowed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["FORM OF PAYMENT MODIFICATION IS NOT SUPPORTED WITH VIRTUAL"," ","PAYMENT ACCOUNTS"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13053"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Form of payment change not allowed with virtual credit cards"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT CARD TELEPHONE NUMBER IS REQUIRED BY THIS SUPPLIER"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13054"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Form of payment phone cannot be empty"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CANNOT PARSE %s: %s. DATE FORMAT MUST BE yyyy-MM-dd"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13055"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Cannot parse %s: %s. Date format must be yyyy-MM-dd."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUESTED DATE MODIFICATION IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13056"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Initial reservation dates match requested dates"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MODIFICATION IS RESTRICTED TO ONE FIELD PER MESSAGE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13057"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Multiple field changes are not allowed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PAYMENT OBJECT IS REQUIRED WITH VIRTUAL PAYMENT ACCOUNT"," ","REQUESTS"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13058"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Payment information required with virtual credit card requests"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["404"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["HOTEL OFFER NOT FOUND IN RESERVATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13060"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Segment not found for the requested confirmation number."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION WAS NOT FOUND IN SUPPLIER SYSTEM"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13061"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Reservation was not found in supplier system."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CANCELLATION DEADLINE HAS EXPIRED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13062"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CANCELLATION DEADLINE OF CX1 HAS EXPIRED *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CANCELLATION DEADLINE HAS EXPIRED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13062"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CANCELLATION DEADLINE OF NREF HAS EXPIRED *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CANCELLATION IS DENIED. CHECK CANCEL POLICY."]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13063"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["INVALID - CHECK CANCELLATION POLICY."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CANCELLATION IS DENIED. CHECK CANCEL POLICY. %s"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13063"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNABLE TO CANCEL - CHECK POLICY. %s"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUEST IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13064"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["BAD REQUEST *"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUEST IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13064"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Malformed request."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUEST IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13064"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Bad request"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUEST IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13064"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Request missing mandatory fields"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUEST IS INVALID. INVALID TYPE: %s"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13064"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid type: %s"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUEST IS INVALID. INVALID %s: %s"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13064"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid %s: %s"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["REQUEST IS INVALID. INVALID %s. REQUIRED TYPE: %s"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13064"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Invalid %s. Required type: %s"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["HOTEL OFFER IS NOT CONFIRMED AND ON REQUEST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13067"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Sold active segment does not have the status SS"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["HOTEL OFFER IS NOT CONFIRMED AND ON REQUEST"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13067"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["EndTransact not successful."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION FAILED DUE TO RESERVATION COMMENT CREATION"," ","FAILURE. CHECK %s COMMENT"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13069"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION FAILED DUE TO RESERVATION COMMENT CREATION FAILURE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION FAILED DUE TO RESERVATION COMMENT CREATION"," ","FAILURE. RESERVATION COMMENT %s IS RESTRICTED TO ONE COMMENT OF THIS TYPE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13070"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION FAILED DUE TO RESERVATION COMMENT CREATION"," ","FAILURE. RESERVATION COMMENT %s IS RESTRICTED TO ONE COMMENT OF THIS TYPE"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION FAILED DUE TO RESERVATION COMMENT CREATION"," ","FAILURE. CHECK VALUE FIELD FOR %s"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13071"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION FAILED DUE TO RESERVATION COMMENT CREATION"," ","FAILURE. CHECK VALUE FIELD FOR %s"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION FAILED DUE TO RESERVATION COMMENT CREATION"," ","FAILURE. CHECK NAME FIELD FOR %s"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13072"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION FAILED DUE TO RESERVATION COMMENT CREATION"," ","FAILURE. CHECK NAME FIELD FOR %s"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORITY IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13074"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Authority invalid or not allowed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORITY IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13074"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Authority cannot be empty."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["AUTHORITY IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13074"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Authority does not match rate."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SEGMENT CONFIRMATION IS MISSING"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13075"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Cannot return confirmation number"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["SEGMENT CONFIRMATION IS MISSING"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13075"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Confirmation hold null or status does not equal Confirmed"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION WAS ALREADY CANCELLED IN SUPPLIER SYSTEM"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13076"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Already cancelled!"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PNR CONTAINS UNCONFIRMED SEGMENTS"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13077"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CONFIRM SEGMENT"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["CREDIT CARD TYPE IS NOT ALLOWED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13078"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["The specified credit card type is not allowed for this hotel."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ADD/DELETE RESTRICTED ON RETRIEVED BOOKING"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TERMINAL"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13079"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ADD/DELETE RESTRICTED ON RETRIEVED BOOKING"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRAVELER TICKETING INFORMATION IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13080"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NEED TICKETING INFORMATION"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRANSACTION IS UNCONFIRMED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13081"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["EndTransact not successful."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["500"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["TRANSACTION IS UNCONFIRMED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["UNKNOWN"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13081"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Transaction not successful."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["RESERVATION LOCATOR PATH PARAMETER IS REQUIRED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13082"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PNR locator value must be a path parameter."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["FORM OF PAYMENT PHONE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13083"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Card holder phone number invalid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["FORM OF PAYMENT PHONE IS INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13083"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Form of payment phone must contain only alpha chars, spaces,"," ","dashes, or dots."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["EMAIL MODIFICATION IS NOT ALLOWED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13084"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Email change is not allowed."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["MODIFY NOT AVAILABLE"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13085"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Modify Booking.com reservations is currently not supported,"," ","please rebook and cancel. Sorry for the inconvenience."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["NUMBER OF ROOMS CANNOT BE GREATER THAN ONE. RESERVATION WITH"," ","CHILDREN IS RESTRICTED TO ONE ROOM"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13086"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Number of rooms cannot be greater than one. Reservation with"," ","children is restricted to one room."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PASSIVE BOOKING REASON CODE IS MISSING OR INVALID"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13090"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Passive booking reason code is missing or invalid."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["PASSIVE OFFER MUST CONTAIN PROPERTY ID OR COMBINATION OF HOTEL"," ","NAME AND ADDRESS"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13091"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Passive offer must contain property ID or combination of hotel"," ","name and address."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["ALL HOTEL SEGMENTS EXPIRED OR CANCELLED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13094"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["All hotel segments expired or cancelled."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["400"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUEST COUNT IS INVALID. MAXIMUM NUMBER OF CHILDREN EXCEEDED"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["VALIDATION"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["13095"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GUEST COUNT IS INVALID. MAXIMUM NUMBER OF CHILDREN EXCEEDED"]}]}]}]}]}]},"headings":[{"value":"Stays API Error Messaging","id":"stays-api-error-messaging","depth":1},{"value":"Error Handling","id":"error-handling","depth":3},{"value":"Error Message List","id":"error-message-list","depth":2}],"frontmatter":{"seo":{"title":"Stays API Error Messaging"}},"lastModified":"2026-05-27T15:34:23.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/docs/stays/general/stays-api-error-messaging","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}