enum StatementError.Reason (v202411)

  • The StatementError.Reason enumeration lists potential errors encountered when using Google Ad Manager services.

  • The provided table outlines two specific error reasons: VARIABLE_NOT_BOUND_TO_VALUE and UNKNOWN, each with a brief description.

  • VARIABLE_NOT_BOUND_TO_VALUE indicates an issue with bind variable assignment, while UNKNOWN signifies the actual value being unavailable in the API version.

  • This enumeration applies to multiple Ad Manager services like CreativeService, AdRuleService, AdjustmentService and many others, providing error context.

  • The namespace for these values is https://www.google.com/apis/ads/publisher/v202411 which helps with identification and proper usage within Ad Manager.


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.