The advanced log response data
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
StatusCode |
double | ➖ | The response status code | 200 |
Headers |
Dictionary<String, object> | ➖ | N/A | { "content-type": "application/json", "authorization": "Bearer token" } |
Body |
object | ➖ | N/A | |
CustomMappingErrors |
List<CustomMappingError> | ➖ | The custom mapping errors | |
ProviderErrors |
List<ProviderError> | ➖ | The provider errors |