AI-generated Key Takeaways
-
ProposalActionError.Reason indicates the reasons for errors when performing actions on proposals.
-
Errors can occur if the operation is not applicable to the current state or if the proposal is archived.
-
An UNKNOWN reason may be returned if the actual value is not exposed by the requested API version.
Service
ProposalLineItemService
ProposalService
Dependencies
ProposalActionError
▼
ProposalActionError.Reason
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
| 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. |