Skip to main content

Legacy Sellers Application Error

The "applicationErrors" is used to provide detailed information about errors that may occur during API operations. This object is crucial for error handling and debugging, as it offers specific details about the nature of the error, enabling developers and API users to identify and resolve issues efficiently.

    <applicationErrors>
<code>450</code>
<type>102</type>
<description>The chain does not support itinerary booking.</description>
<httpStatusCode>0</httpStatusCode>
</applicationErrors>
ElementRelTypeDescription
applicationErrors0..1It contains detailed information about an application error.
code0..1StringSpecific error code, provider error code.
type1IntegerError type. Indicates the general category of the error. These are the different error types to use: Booking flow and management.
description1StringDetailed description of the error.
httpStatusCode0..1IntegerHTTP status code associated with the error, if applicable.