共用方式為


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物件具有下列元素:CodeDetailsMessage

元素 說明 資料類型
程式碼 識別錯誤的數值錯誤碼。 int
詳細資料 提供錯誤其他詳細資料的訊息。 此字串可以是空的。 string
郵件 描述錯誤的訊息。

如需疑難排解和錯誤處理的詳細資訊,請 參閱處理服務錯誤和例外 狀況和 作業錯誤碼
string

需求

服務: CustomerBillingService.svc v13
命名 空間: https://bingads.microsoft.com/Customer/v13/Exception

消費者

ApiFault
ClaimFeatureAdoptionCoupons