enum RequiredNumberError.Reason (v202411)

  • This documentation focuses on the RequiredNumberError.Reason enum within the Google Ad Manager API.

  • The enum outlines the various reasons a numerical input might be deemed invalid within the system.

  • These reasons include general issues (e.g., REQUIRED, TOO_LARGE, TOO_SMALL) and more specific cases (TOO_LARGE_WITH_DETAILS, TOO_SMALL_WITH_DETAILS).

  • If the reason for the error is not available through the API version in use, UNKNOWN will be returned.

  • This error is applicable to numerous Ad Manager services, including LineItemService, ProposalService, CreativeService, and others.

Describes reasons for a number to be invalid.


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