OperationError 数据对象 - 客户管理

定义一个 Customer Management 操作错误对象,该对象包含解释服务操作失败原因的详细信息。

语法

<xs:complexType name="OperationError" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="Code" type="xs:int" />
    <xs:element minOccurs="0" name="Details" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

元素

OperationError 对象具有以下元素:CodeDetailsMessage

元素 说明 数据类型
代码 标识错误的数值错误代码。 int
详细信息 一条消息,提供有关错误的其他详细信息。 此字符串可以为空。 string
消息 描述错误的消息。

有关故障排除和错误处理的详细信息,请参阅 处理服务错误和异常操作错误代码
string

要求

服务: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Exception

使用者

AddClientLinks
ApiFault
UpdateClientLinks