AI-generated Key Takeaways
-
The BillingError object is associated with the ProposalLineItemService and inherits from ApiError.
-
BillingError lists various errors related to the billing settings of proposal line items.
-
Specific fields like
fieldPath,trigger, anderrorStringare inherited from ApiError to provide details about the error. -
The
reasonfield within BillingError provides an enum value detailing the specific cause of the billing error. -
Billing error reasons include issues with unsupported schedules or caps, missing billing sources, invalid billing bases, and restrictions on updating billing settings after approval.
Lists all errors associated with the billing settings of a proposal or proposal line item.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202505
Field
ApiError
(inherited) fieldPath
xsd:
string
The OGNL field path to identify cause of error.
fieldPathElements
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)}.
trigger
xsd:
string
The data that caused the error.
errorString
xsd:
string
A simple string representation of the error and reason.
BillingError
reason
The error reason represented by an enum.
Enumerations
-
UNSUPPORTED_BILLING_SCHEDULE - Found unsupported billing schedule.
-
UNSUPPORTED_BILLING_CAP - Found unsupported billing cap.
-
MISSING_BILLING_SOURCE - Billing source is missing when either billing scheule or billing cap is provided.
-
MISSING_BILLING_SCHEDULE - Billing schedule is missing when the provided billing source is CONSTRACTED.
-
MISSING_BILLING_CAP - Billing cap is missing when the provided billing source is not CONSTRACTED.
-
INVALID_BILLING_SOURCE_FOR_OFFLINE - The billing source is invalid for offline proposal line item.
-
UPDATE_BILLING_NOT_ALLOWED - Billing settings cannot be updated once the proposal has been approved.
-
MISSING_BILLING_BASE - Billing base is missing when the provided billing source is CONTRACTED.
-
INVALID_BILLING_BASE - The billing base is invalid for the provided billing source.
-
UNKNOWN - The value returned if the actual value is not exposed by the requested API version.

