EditorialError Data Object - Bulk
Defines an error object that identifies the entity with the batch of entities that failed editorial review.
Syntax
<xs:complexType name="EditorialError" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:BatchError">
<xs:sequence>
<xs:element minOccurs="0" name="Appealable" nillable="true" type="xs:boolean" />
<xs:element minOccurs="0" name="DisapprovedText" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Location" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="PublisherCountry" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ReasonCode" type="xs:int" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The EditorialError object has the following elements: Appealable, DisapprovedText, Location, PublisherCountry, ReasonCode.
Element | Description | Data Type |
---|---|---|
Appealable | Reserved for future use. | boolean |
DisapprovedText | The text that caused the entity to be disapproved. For text length violations, this element specifies the number of characters by which the specified text exceeds the maximum. | string |
Location | The element or property of the entity that caused the entity to be disapproved. | string |
PublisherCountry | The corresponding country or region for the flagged editorial issue. | string |
ReasonCode | A numeric code that identifies the error. For more information, see Editorial Reason Codes. | int |
The EditorialError object has Inherited Elements.
Inherited Elements
Inherited Elements from BatchError
The EditorialError object derives from the BatchError object, and inherits the following elements: Code, Details, ErrorCode, FieldPath, ForwardCompatibilityMap, Index, Message, Type. The descriptions below are specific to EditorialError, and might not apply to other objects that inherit the same elements from the BatchError object.
Element | Description | Data Type |
---|---|---|
Code | A numeric error code that identifies the error. | int |
Details | A message that provides additional details about the batch error. This string can be empty. | string |
ErrorCode | A symbolic string constant that identifies the error. For example, UserIsNotAuthorized. | string |
FieldPath | Reserved for future use. | string |
ForwardCompatibilityMap | The list of key and value strings for forward compatibility to avoid otherwise breaking changes when new elements are added in the current API version. | KeyValuePairOfstringstring array |
Index | The zero-based index of the item in the batch of items in the request message that failed. | int |
Message | A message that describes the error. For more information about troubleshooting and error handling, see Handling Service Errors and Exceptions and Operation Error Codes. |
string |
Type | Reserved for future use. | string |
Requirements
Service: BulkService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13