enum StatementError.Reason (v202411)

  • This documentation details the StatementError.Reason enumeration within the Google Ad Manager API.

  • It outlines specific error reasons that can occur during API operations, like VARIABLE_NOT_BOUND_TO_VALUE.

  • Each error reason has a description to help understand the issue, for example, VARIABLE_NOT_BOUND_TO_VALUE means a variable is missing a value.

  • UNKNOWN is a generic reason used when the actual error is not exposed in the current API version.


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.