---
title: PlacesResponse.PlaceLookupError
framework: applemapsserverapi
role: symbol
role_heading: Object
path: applemapsserverapi/placesresponse/placelookuperror
---

# PlacesResponse.PlaceLookupError

An error associated with a lookup call.

## Declaration

```data
object PlacesResponse.PlaceLookupError
```

## Properties

errorCode: An error code that indicates whether an Place ID is invalid because it’s malformed, not found, or resulted in any other error. id: The Place ID.

## See Also

### Searching

- [AddressCategory](applemapsserverapi/addresscategory.md)
- [SearchACResultType](applemapsserverapi/searchacresulttype.md)
- [SearchResultType](applemapsserverapi/searchresulttype.md)
- [AlternateIdsResponse](applemapsserverapi/alternateidsresponse.md)
- [AlternateIdsResponse.AlternateIds](applemapsserverapi/alternateidsresponse/alternateids.md)
- [PlacesResponse](applemapsserverapi/placesresponse.md)
- [Search for places that match specific criteria](applemapsserverapi/-v1-search.md)
- [Search for places that meet specific criteria to autocomplete a place search](applemapsserverapi/-v1-searchautocomplete.md)
- [Search for a place using an identifier](applemapsserverapi/-v1-place-:id.md)
- [Search for places using mulitple identifiers](applemapsserverapi/-v1-place.md)
- [Obtain a list of alternate place identifiers](applemapsserverapi/-v1-place-alternateids.md)
