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.