OperationError 數據物件 - 客戶管理
定義客戶管理作業錯誤物件,其中包含說明服務作業失敗原因的詳細數據。
語法
<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 物件具有下列元素:Code、Details、Message。
元素 | 描述 | 資料類型 |
---|---|---|
程式碼 | 識別錯誤的數值錯誤碼。 | int |
詳細資料 | 提供錯誤其他詳細數據的訊息。 此字串可以是空的。 | string |
郵件 | 描述錯誤的訊息。 如需疑難解答和錯誤處理的詳細資訊,請 參閱處理服務錯誤和例外 狀況和 作業錯誤碼。 |
string |
需求
服務: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Exception