AI-generated Key Takeaways
-
InvalidPhoneNumberError.Reason is an enumeration within the Google Ad Manager API v202505, found in the
https://www.google.com/apis/ads/publisher/v202505namespace. -
This enumeration provides reasons for an InvalidPhoneNumberError, including
INVALID_FORMAT,TOO_SHORT, andUNKNOWN. -
INVALID_FORMATindicates the phone number is invalid, whileTOO_SHORTsignifies the number is too short. -
The
UNKNOWNvalue is returned when the actual value is not exposed by the requested API version.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
| 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. |