次の方法で共有


AdApiFaultDetail データ オブジェクト - 顧客の課金

認証エラーなど、一般的なエラーが発生したときに操作が返す Customer Billing Ad API のエラー詳細オブジェクトを定義します。

構文

<xs:complexType name="AdApiFaultDetail" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent mixed="false">
    <xs:extension base="tns:ApplicationFault">
      <xs:sequence>
        <xs:element minOccurs="0" name="Errors" nillable="true" type="tns:ArrayOfAdApiError" />
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>

要素

AdApiFaultDetail オブジェクトには、Errors という要素があります。

要素 説明 データ型
エラー サービス操作が失敗した理由を説明する詳細を含む AdApiError オブジェクトの配列。 AdApiError 配列

AdApiFaultDetail オブジェクトには継承された要素があります

継承された要素

ApplicationFault から継承された要素

AdApiFaultDetail オブジェクトは ApplicationFault オブジェクトから派生し、TrackingId という要素を継承します。 以下の説明は AdApiFaultDetail に固有であり、 ApplicationFault オブジェクトから同じ要素を継承する他のオブジェクトには適用されない場合があります。

要素 説明 データ型
TrackingId API 呼び出しの詳細を含むログ エントリの識別子。 string

要件

サービス: CustomerBillingService.svc v13
Namespace: https://adapi.microsoft.com