Reference documentation and code samples for the Google Ads Data Manager V1 Client class RequestStatus.
The request status.
Protobuf type google.ads.datamanager.v1.RequestStatusPerDestination.RequestStatus
Namespace
Google \ Ads \ DataManager \ V1 \ RequestStatusPerDestinationMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
REQUEST_STATUS_UNKNOWN
Value: 0The request status is unknown.
Generated from protobuf enum REQUEST_STATUS_UNKNOWN = 0;
SUCCESS
Value: 1Processing succeeded for all records without any errors. However, there
may be warnings in the
warning_info
field.
Generated from protobuf enum SUCCESS = 1;
PROCESSING
Value: 2The request is processing.
Generated from protobuf enum PROCESSING = 2;
FAILED
Value: 3Processing failed for all records. Check the
error_info
field for error details, and check the
warning_info
field for warning details.
Generated from protobuf enum FAILED = 3;
PARTIAL_SUCCESS
Value: 4Processing completed successfully without errors for some records, but
failed with errors for other records. Check the
error_info
field for error details, and check the
warning_info
field for warning details.
Generated from protobuf enum PARTIAL_SUCCESS = 4;