AdApiError データ オブジェクト - 顧客の課金
サービス操作が失敗した理由を説明する詳細を含む Customer Billing Ad API エラー オブジェクトを定義します。
構文
<xs:complexType name="AdApiError" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Code" type="xs:int" />
<xs:element minOccurs="0" name="Detail" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="ErrorCode" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
要素
AdApiError オブジェクトには、Code、Detail、ErrorCode、Message の各要素があります。
要素 | 説明 | データ型 |
---|---|---|
コード | エラーを識別する数値エラー コード。 | int |
詳細 | エラーに関する追加の詳細を含むメッセージ。 この文字列は空にすることができます。 | string |
ErrorCode | エラーを識別するシンボリック文字列定数。 たとえば、 UserIsNotAuthorized です。 | string |
メッセージ | エラーを説明するメッセージ。 トラブルシューティングとエラー処理の詳細については、「サービス エラーと例外と操作エラー コードの処理」を参照してください。 |
string |
要件
サービス: CustomerBillingService.svc v13
Namespace: https://adapi.microsoft.com