AI-generated Key Takeaways
-
BillingError objects encompass issues related to billing settings within proposals and proposal line items.
-
These errors provide structured details including an error reason, a field path indicating the location of the error, and potential trigger data.
-
Common BillingError reasons include unsupported billing schedules or caps, missing billing information, and invalid billing sources.
-
Billing settings for proposals cannot be updated post-approval, potentially resulting in BillingError if modification is attempted.
-
Developers can use the BillingError details, such as reason and field path, to diagnose and address billing-related issues within their applications.
Lists all errors associated with the billing settings of a proposal or proposal line item.
- 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. |
BillingError
|
|
|
The error reason represented by an enum. Enumerations
|