| Attribute Name |
Type |
Description |
| language |
LanguageCode
|
The language in which the error is returned. |
| type |
ErrorWarningType_Enum
|
The category of error or warning. |
| shortText |
StringShort
|
An abbreviated version of the error in textual format. |
| code |
OTA_Code
|
If present, this refers to a table of coded values exchanged between applications to identify errors or warnings. Refer to OpenTravel Code List Error Codes (ERR). |
| docURL |
anyURI
|
If present, this URL refers to an online description of the error that occurred. |
| tag |
String
|
If present, this attribute may identify an unknown or misspelled tag that caused an error in processing. It is recommended that the Tag attribute use XPath notation to identify the location of a tag in the event that more than one tag of the same name is present in the document. Alternatively, the tag name alone can be used to identify missing data [Type=ReqFieldMissing]. |
| recordID |
StringShort
|
If present, this attribute allows for batch processing and the identification of the record that failed amongst a group of records. This value may contain a concatenation of a unique failed transaction ID with specific record(s) associated with that transaction. |
| nodeList |
String
|
An XPath expression that selects all the nodes whose data caused this error. Further, this expression should have an additional contraint which contains the data of the node. This will provide the offending data back to systems that cannot maintain the original message. |
| status |
Status_Enum
|
Identfies the status condition. |