AI-generated Key Takeaways
-
The BillingError object lists all errors associated with the billing settings of a proposal or proposal line item.
-
It inherits fields from the ApiError object, including
fieldPath
,fieldPathElements
,trigger
, anderrorString
. -
The BillingError object has a specific field
reason
which is an enum representing various error reasons related to billing settings. -
Enumerations for the
reason
field include issues with unsupported billing schedules and caps, missing billing sources, and invalid billing bases.
Lists all errors associated with the billing settings of a proposal or proposal line item.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
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
|