enum InvalidPhoneNumberError.Reason (v202411)

  • InvalidPhoneNumberError signifies an issue with the phone number provided within the Creative or Line Item Creative Association services.

  • InvalidPhoneNumberError.Reason helps pinpoint the cause of the error, such as an invalid number format, insufficient length, or an unknown reason.

  • The reasons, represented by an enumeration, are INVALID_FORMAT, TOO_SHORT, and UNKNOWN.


Namespace
https://www.google.com/apis/ads/publisher/v202411
Enumeration Description
INVALID_FORMAT The phone number is invalid.
TOO_SHORT The phone number is too short.
UNKNOWN The value returned if the actual value is not exposed by the requested API version.