Errors

TravelgateX’s API implements an element to display errors in every method response.

<applicationErrors>
    <type></type>
    <code></code>
    <description></description>
</applicationErrors>

Application errors Description

Element Number Type Description
applicationErrors 0..n Application errors reported by supplier.
applicationErrors/type 1 String Error Type as specified by XML Travelgate.
applicationErrors/code 1 String Native error code reported by supplier.
applicationErrors/description 1 String Error description.
auditData 1 Data sent & received in the supplier’s native format.