FaultMessage Object
Contains information about a fault message in an app/API transaction.
This object is used by the following operations:
- Operations that reference the TransactionRecord object; for example, the GET /api/apis/versions/{APIVersionID}/txlogs/{TransactionID} operation
The properties included in the FaultMessage object are listed below.
Property | Type | Description |
---|---|---|
Message | string | The fault message. |
TransportHeaders | string | Information about the HTTP headers for the message. |