Show / Hide Table of Contents

Enum RequestStatusPerDestination.Types.RequestStatus

The request status.

Namespace: Google.Ads.DataManager.V1
Assembly: Google.Ads.DataManager.V1.dll
Syntax
public enum RequestStatusPerDestination.Types.RequestStatus

Fields

Name Description
Failed

Processing failed for all records. Check the [error_info][google.ads.datamanager.v1.RequestStatusPerDestination.error_info] field for error details, and check the [warning_info][google.ads.datamanager.v1.RequestStatusPerDestination.warning_info] field for warning details.

PartialSuccess

Processing completed successfully without errors for some records, but failed with errors for other records. Check the [error_info][google.ads.datamanager.v1.RequestStatusPerDestination.error_info] field for error details, and check the [warning_info][google.ads.datamanager.v1.RequestStatusPerDestination.warning_info] field for warning details.

Processing

The request is processing.

Success

Processing succeeded for all records without any errors. However, there may be warnings in the [warning_info][google.ads.datamanager.v1.RequestStatusPerDestination.warning_info] field.

Unknown

The request status is unknown.

In this article
Back to top Generated by DocFX