Error Maps

Using the ErrorMaps tab, you can define all the error messages supported by TIBCO API Exchange Gateway.

To add a new errormap, follow these steps:

Procedure

  1. Click the ErrorMaps tab.
  2. Click the Add property icon to create a new error map.
  3. Enter the details for Error Maps configuration, as follows:
    ErrorMaps Configuration Parameters
    Parameter Description
    Error Id The External ID of the ErrorMap. Must be globally unique.
    Status Specifies the status of the transaction reported by the gateway error message.
    Component Specifies the component of the gateway for this error message.
    Error Description Specifies the description of the error.
    Category Specifies the category of the error. The allowed values are:
    • ServiceException(SVC:)
      PolicyException(POL:)
    Fault Code Specifies the SOAP fault code. Usually, the value is Client.
    Fault String Specifies the SOAP fault string. For example, SVC0002
    Fault Actor Specifies the SOAP Fault Actor.
    Message Id Specifies the message ID or any client specific code. For example, SVC0001
    Text Specifies the error text with locations for variables to be embedded indicated by “%1”, “%2”, and so on.
    Variables A list of strings separated by a comma (,) that the gateway client uses for token replacement in the text.