enum StatementError.Reason (v202411)

  • This page provides details about StatementError.Reason, which is used to indicate errors related to statement execution in the Google Ad Manager API.

  • StatementError.Reason includes two enumerations: VARIABLE_NOT_BOUND_TO_VALUE and UNKNOWN.

  • VARIABLE_NOT_BOUND_TO_VALUE indicates that a required variable in a statement was not provided with a value.

  • UNKNOWN is a generic error indicating an issue not specifically defined by other reasons.

  • The namespace for this enumeration is https://www.google.com/apis/ads/publisher/v202411.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
VARIABLE_NOT_BOUND_TO_VALUE A bind variable has not been bound to a value.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.