Processing codes
Processing Report Properties
| Parent | Name | Output |
|---|---|---|
$. | data[] | |
data[] | processingReports[] | |
processingReports[] | code | |
processingReports[] | context | |
processingReports[] | message | |
context | id |
Codes
code (string) is exactly one (1) of these values:
| Resource Type | Value |
|---|---|
| Location | PROCESSING__LocationPlaceCardURLChanged |
| Location | PROCESSING__LocationPublishingError |
| Location | PROCESSING__LocationPublishingPausedInMapRegion |
| Location Asset | PROCESSING__LocationAssetPublishingError |
| Showcase | PROCESSING__ShowcasePublishingError |
| Resource Type | Value |
|---|---|
| Aggregate Rating | PROCESSING__AggregateRatingPublishingError |
| Location | PROCESSING__LocationPlaceCardURLChanged |
| Location | PROCESSING__LocationPublishingError |
| Location | PROCESSING__LocationPublishingPausedInMapRegion |
| Location Asset | PROCESSING__LocationAssetPublishingError |
| Review | PROCESSING__ReviewPublishingError |
| Showcase | PROCESSING__ShowcasePublishingError |
Context
context (object) is a container for data. In addition to id, other properties MAY also be present.
Location Place Card URL Changed
{
"processingReports": [
{
"code": "PROCESSING__LocationPlaceCardURLChanged",
"message": "placeCardURL changed for location with Apple-generated '{{id}}'",
"context": {
"id": "9467895078742654957"
}
}
]
}
Location Publishing Paused In Map Region
{
"processingReports": [
{
"code": "PROCESSING__LocationPublishingPausedInMapRegion",
"message": "Publication of location with Apple-generated '{{id}}' is paused; Location is contained by map region which is temporarily frozen",
"context": {
"id": "9467895078742654957"
}
}
]
}
Location Asset Publishing Error
{
"processingReports": [
{
"code": "PROCESSING__LocationAssetPublishingError",
"message": "Internal publishing error for Apple-generated '{{id}}'",
"context": {
"id": "9467895078742654976"
}
}
]
}