schema.OTA_ErrorRS.xsd Maven / Gradle / Ivy
All Schema files in the OpenTravel Alliance specification are made available according to the terms defined by the OpenTravel License Agreement at http://www.opentravel.org/Specifications/Default.aspx.
The standard OTA_ErrorRS message is designed to accommodate errors that result from the parser, or from validation, before reaching the server. The set of errors that can use this error is constrained by its limited structure, to provide structural stability.
An indication of the processing that was completed on the request message. An error response may be returned and no action taken on behalf of the request message, or there may be some action taken, or the full action may have been completed.
NotProcessed
The error occurred prior to processing of the request (or if during the processing of the request, before the intentions of the request were completed).
The error occurred during processing of the request. The request was partially completed.
The error occurred after successful processing of the request. The requested process was completed.
The status of the request is unknown.
The ErrorCode attribute MUST be present and is defined as free-text with a list of recommended enumerated values, to indicate the error type.
This value is used to indicate that the request version is not supported.
This value is used to indicate that the session has expired.
This value is used to indicate that the session is already closed.
This value is used to indicate that a parameter in the request is not supported.
Indicates an unknown error. Additional information may be provided within the textual part of the element.
Indicates that the XML message was not well-formed. Additional information may be provided within the ErrorMessage attribute.
Indicates that a well-formed XML message was sent, but did not pass the validation check. Additional information may be provided within the ErrorMessage attribute.
Indicates an unrecognized payload root element was received. Additional information may be provided within the ErrorMessage attribute.
Indicates that the version attribute in the Schema element of the Manifest of the header is not recognized. Additional information, such as version number(s) supported, may be provided within the ErrorMessage attribute.
This is intended to be used when the above enumeration list does not meet your needs.
An optional indicator to reflect the severity of this condition.
A textual description to provide more information about the specific error.
This is intended to be used when the above enumeration list does not meet your needs.
If present, this attribute refers to an online description of the error that occurred.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy