---
title: RecommendationResponseErrorDetail.Info
framework: Apple Ads Platform API
role: symbol
role_heading: Object
platforms: [apple ads platform api 1.0+]
path: apple-ads-platform-api/recommendationresponseerrordetail/info-data.dictionary
---

# RecommendationResponseErrorDetail.Info

Additional context that supplements the error message, varying by endpoint and error type.

## Declaration

```data
object RecommendationResponseErrorDetail.Info
```

## Discussion

Discussion The info field supplements the parent detail’s message with structured context, such as the field name, the invalid value, or acceptable alternatives. Its shape depends on the endpoint and the error condition. For example, a MISSING_REQUIRED_FILTER error includes the missing filter’s field name and location, as in {"field": "promotedObjectId", "location": "filters"}.
