AI-generated Key Takeaways
-
ProposalActionError.Reason indicates the reasons for errors when performing actions on proposals.
-
The
NOT_APPLICABLEreason means the operation is not valid for the current state of the proposal. -
The
IS_ARCHIVEDreason signifies that the operation cannot be performed because the proposal is archived. -
The
UNKNOWNreason is returned when the actual error value is not accessible through the requested API version.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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. |