AI-generated Key Takeaways
-
ProposalActionError.Reason defines the possible reasons for a ProposalActionError.
-
The enumeration includes
NOT_APPLICABLE,IS_ARCHIVED, andUNKNOWNas potential reasons. -
These reasons explain why an operation related to a proposal might fail.
Service
ProposalLineItemService
ProposalService
Dependencies
ProposalActionError
▼
ProposalActionError.Reason
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
| Enumeration | Description |
|---|---|
NOT_APPLICABLE
|
The operation is not applicable to the current state. |
IS_ARCHIVED
|
The operation cannot be applied because the proposal is archived. |
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |