Expand Minimize
This topic has not yet been rated - Rate this topic

ReportRequestStatusType Value Set

Defines the status of a report.


<xs:simpleType name="ReportRequestStatusType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Error"/>
    <xs:enumeration value="Success"/>
    <xs:enumeration value="Pending"/>
  </xs:restriction>
</xs:simpleType>

Values

Value

Description

Error

An error occurred while generating the report. You will need to submit your report request again. If the request continues to fail, consider getting the tracking identifier from the response message and contacting support.

Pending

The report is not yet complete.

Success

The report was successfully completed.

The report can be downloaded from the URL contained in the ReportDownloadUrl element of the ReportRequestStatus object.

This value set is used with the Status element of the ReportRequestStatus object.

Requirements

ReportingService.svc v8

Namespace: https://adcenter.microsoft.com/v8

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.