EditorialError 数据对象 - 批量

定义一个错误对象,该对象使用编辑评审失败的实体批标识实体。

语法

<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>

元素

EditorialError 对象具有以下元素:AppealableDisapprovedTextLocationPublisherCountryReasonCode

元素 说明 数据类型
上诉 保留供以后使用。 boolean
DisapprovedText 导致实体被拒批的文本。 对于文本长度冲突,此元素指定指定文本超过最大值的字符数。 string
位置 导致实体被拒批的实体的元素或属性。 string
PublisherCountry 标记的编辑问题的相应国家或地区。 string
ReasonCode 标识错误的数值代码。 有关详细信息,请参阅 编辑原因代码 int

EditorialError 对象具有 Inherited Elements

继承的元素

从 BatchError 继承的元素

EditorialError 对象派生自 BatchError 对象,并继承以下元素:CodeDetailsErrorCodeFieldPathForwardCompatibilityMapIndexMessageType。 以下说明特定于 EditorialError,可能不适用于从 BatchError 对象继承相同元素的其他对象。

元素 说明 数据类型
代码 标识错误的数值错误代码。 int
详细信息 一条消息,提供有关批处理错误的其他详细信息。 此字符串可以为空。 string
ErrorCode 标识错误的符号字符串常量。 例如 UserIsNotAuthorized string
FieldPath 保留供以后使用。 string
ForwardCompatibilityMap 用于向前兼容性的键和值字符串列表,以避免在当前 API 版本中添加新元素时发生重大更改。 KeyValuePairOfstringstring 数组
索引 失败的请求消息中项批中的项的从零开始的索引。 int
消息 描述错误的消息。

有关故障排除和错误处理的详细信息,请参阅 处理服务错误和异常操作错误代码
string
类型 保留供以后使用。 string

要求

服务: BulkService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13