Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the health check error data object.
Syntax
<xs:complexType name="HealthCheckError" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Errors" nillable="true" type="tns:ArrayOfOperationError" />
<xs:element minOccurs="0" name="HealthCheckEntity" nillable="true" type="tns:HealthCheckEntity" />
<xs:element minOccurs="0" name="HealthCheckName" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
Elements
The HealthCheckError object has the following elements: Errors, HealthCheckEntity, HealthCheckName.
| Element | Description | Data Type |
|---|---|---|
| Errors | An array of OperationError objects corresponding to errors encountered during the system processing of the bulk file after your download request was submitted. | OperationError array |
| HealthCheckEntity | The health check entity. | HealthCheckEntity |
| HealthCheckName | The health check name. | string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13