enum ProposalActionError.Reason (v202411)

  • ProposalActionError.Reason outlines the potential reasons for errors when performing actions on ProposalLineItems.

  • It includes reasons like the action being inapplicable, the proposal being archived, or an unknown reason.

  • This enumeration is part of the ProposalLineItemService and is used to provide specific error context within the Google Ad Manager API.

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.