ErrorMessage.Details.Info
An object (string-to-string map) with additional structured context for a specific validation failure.
Declaration
object ErrorMessage.Details.InfoProperties
| Name | Type | Description |
|---|---|---|
Any Key | string |
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.