Skip to main content

Processing codes

Processing Report Properties

ParentNameOutput
$.data[]
REQUIRED
data[]processingReports[]
REQUIRED
processingReports[]code
REQUIRED
processingReports[]context
REQUIRED
processingReports[]message
REQUIRED
contextid
REQUIRED

Codes

code (string) is exactly one (1) of these values:

Resource TypeValue
LocationPROCESSING__LocationPlaceCardURLChanged
LocationPROCESSING__LocationPublishingError
LocationPROCESSING__LocationPublishingPausedInMapRegion
Location AssetPROCESSING__LocationAssetPublishingError
ShowcasePROCESSING__ShowcasePublishingError
Resource TypeValue
Aggregate RatingPROCESSING__AggregateRatingPublishingError
LocationPROCESSING__LocationPlaceCardURLChanged
LocationPROCESSING__LocationPublishingError
LocationPROCESSING__LocationPublishingPausedInMapRegion
Location AssetPROCESSING__LocationAssetPublishingError
ReviewPROCESSING__ReviewPublishingError
ShowcasePROCESSING__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"
}
}
]
}