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

# ErrorMessage.Details.Info

An object (string-to-string map) with additional structured context for a specific validation failure.

## Declaration

```data
object ErrorMessage.Details.Info
```

## Properties

Any Key:

## Discussion

Discussion Each key names a piece of context specific to the failure, such as field, not a fixed field name. The info field is a free-form map rather than an object with named properties, so the reference page labels this key Any Key. For example, when a request fails because it omits the required eventTime filter, the top-level ErrorMessage example shows a details entry with info: { "field": "eventTime" }, naming the missing field.
