The advanced log response data
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
statusCode |
?float | ➖ | The response status code | 200 |
headers |
array<string, mixed> | ➖ | N/A | { "content-type": "application/json", "authorization": "Bearer token" } |
body |
mixed | ➖ | N/A | |
customMappingErrors |
array<Components\CustomMappingError> | ➖ | The custom mapping errors | |
providerErrors |
array<Components\ProviderError> | ➖ | The provider errors |