Each entity in the ErrorArchive has the following properties:
Name | Type | Description |
---|---|---|
RequestID | Edm.Int64 | An incrementing unique integer assigned to each error. |
CustomTag | Edm.String | The value of the custom tag field of the offending request (if a value for the custom tag field was specified in the Harmonized API). |
HTTPStatusCode | Edm.Int32 | The HTTP status code returned in the response of the OData Producer. |
Code | Edm.String | The vendor error code returned in the response of the OData Producer. |
Message | Edm.String | The vendor error message returned in the OData Producer's response. |
InnerError | Edm.String | The vendor inner error message returned in the OData Producer's response. |
Domain | Edm.String | The location of the error. |
RequestMethod | Edm.String | The HTTP method of the offending request (POST, PUT, PATCH, DELETE, and so on). |
RequestURL | Edm.String | The URL of the offending request. |
RequestBody | Edm.String | The payload of the offending request. |