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
[ |
| PartialSuccess | Processing completed successfully without errors for some records, but
failed with errors for other records. Check the
[ |
| Processing | The request is processing. |
| Success | Processing succeeded for all records without any errors. However, there
may be warnings in the
[ |
| Unknown | The request status is unknown. |