AI-generated Key Takeaways
-
The
InvalidPhoneNumberError
object in Google Ad Manager's Creative Service API highlights errors related to phone numbers. -
This error typically arises due to invalid format, insufficient length, or unknown reasons.
-
InvalidPhoneNumberError
inherits from theApiError
object, providing detailed information about the error, including the field path and the trigger. -
It includes a specific
reason
field to indicate the nature of the phone number error. -
Developers can utilize the
reason
field to diagnose and address phone number-related issues during creative operations.
Lists all errors associated with phone numbers.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Field |
|
---|---|
ApiError (inherited)
|
|
|
The OGNL field path to identify cause of error. |
|
A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}. |
|
The data that caused the error. |
|
A simple string representation of the error and reason. |
InvalidPhoneNumberError
|
|
|
Enumerations
|