Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

General Overview of Error Handling

...

It is expected that your PMS/CRS/RMS has a robust error handling process. This includes a queuing mechanism and a robust retry strategy.
Please read the below to make sure you have a good understanding on the requirements for error handling over SMX for PMS.

Application Level Error Handling

...

EWT

Error Type

Description

1

Unknown

Indicates an unknown error.

3

Biz rule

Indicates that the XML message has passed a low-level validation check, but that the business rules for the request message were not met.

4

Authentication

Indicates the message lacks adequate security credentials

6

Authorization

Indicates the message lacks adequate security credentials

10

Required field missing

Indicates that an element or attribute that is required in by the schema (or required by agreement between trading partners) is missing from the message. 
For  For SMX this type will also be returned if the xml message does not meet the restrictions (e.g data types) specified by the xml schema.

12

Processing exception

Indicates that during processing of the request that a not further defined exception occurred.

...