AI-generated Key Takeaways
-
CompanyCreditStatusError is an API error related to a company's credit status.
-
It is listed as an error within several services including CompanyService, ForecastService, LineItemService, LineItemTemplateService, and OrderService.
-
The error can be caused by insufficient permissions to change the credit status, network settings not enabling credit status editing, or an unacceptable credit status for associated orders or line items.
-
The error inherits fields from ApiError such as fieldPath, fieldPathElements, trigger, and errorString.
-
Specific reasons for the error are provided via an enumeration, including issues with changing the credit status, using credit status settings, unacceptable status for orders/line items, and blocking companies with too many approved orders.
Lists all errors due to Company.creditStatus.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |
CompanyCreditStatusError
|
|
|
The error reason represented by an enum. Enumerations
|