AI-generated Key Takeaways
-
CompanyCreditStatusErrorlists errors related to a company's credit status, specifically based on theCompany.creditStatusfield. -
This error is relevant for several services including
CompanyService,ForecastService,LineItemService,LineItemTemplateService, andOrderService. -
CompanyCreditStatusErrorinherits fromApiErrorand includes fields such asfieldPath,trigger, andreasonto provide details about the error. -
Potential reasons for this error include insufficient user permissions to change credit status, the network not being enabled for credit status settings, or an unacceptable company credit status for an order or line item.
-
Attempting to block a company with more than 200 approved orders will result in a
CANNOT_BLOCK_COMPANY_TOO_MANY_APPROVED_ORDERSerror.
Lists all errors due to Company.creditStatus.
- 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. |
CompanyCreditStatusError
|
|
|
The error reason represented by an enum. Enumerations
|