enum ProposalActionError.Reason (v202502)

  • ProposalActionError.Reason defines the possible reasons for a ProposalActionError.

  • The enumeration includes NOT_APPLICABLE, IS_ARCHIVED, and UNKNOWN as potential reasons.

  • These reasons explain why an operation related to a proposal might fail.

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.