enum RangeError.Reason (v202411)

  • The RangeError object indicates that the value provided is outside the allowed range.

  • RangeError.Reason enum provides the specific reason for the error, such as TOO_HIGH or TOO_LOW.

  • UNKNOWN reason is returned if the actual value is not exposed by the API version being used.

  • This error can occur within various Google Ad Manager services, including ProposalService, CreativeService, and LineItemService.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
TOO_HIGH
TOO_LOW
UNKNOWN The value returned if the actual value is not exposed by the requested API version.