The advanced log response data
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
statusCode |
JsonNullable<Double> | ➖ | The response status code | 200 |
headers |
Map<String, Object> | ➖ | N/A | { "content-type": "application/json", "authorization": "Bearer token" } |
body |
JsonNullable<Object> | ➖ | N/A | |
customMappingErrors |
List<CustomMappingError> | ➖ | The custom mapping errors | |
providerErrors |
List<ProviderError> | ➖ | The provider errors |