---
title: ErrorResponseItem
framework: Apple Ads
role: symbol
role_heading: Object
platforms: [search ads 2.0+]
path: apple_ads/errorresponseitem
---

# ErrorResponseItem

The error response details in the response body.

## Declaration

```data
object ErrorResponseItem
```

## Properties

field: The details regarding an error. message: A nonlocalized (U.S. English only) user-friendly string that describes the error. messageCode: A system-assigned error code.

## Discussion

Discussion {    "errors": [      {        "messageCode": "404",        "message": "Not Found: The API can’t locate the resource.",        "field": "null"      },    ...    ] }

## See Also

### Error Responses

- [ApiErrorResponse](apple_ads/apierrorresponse.md)
- [ErrorResponseBody](apple_ads/errorresponsebody.md)
- [IntegerResponse](apple_ads/integerresponse.md)
- [VoidResponse](apple_ads/voidresponse.md)
