enum ProposalActionError.Reason (v202502)

  • ProposalActionError.Reason indicates the reasons for the target error within the ProposalService.

  • Possible reasons for the error include the operation not being applicable to the current state, the proposal being archived, or an unknown issue not exposed by the API version.

  • The enumeration includes NOT_APPLICABLE, IS_ARCHIVED, and UNKNOWN as the possible reasons for the ProposalActionError.

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.