AI-generated Key Takeaways
-
CompanyCreditStatusError indicates errors related to a company's credit status within Google Ad Manager.
-
This error can occur when attempting to change a company's credit status without proper permissions, when the network's credit status settings are not enabled, or when a company's credit status is not acceptable for creating or updating orders or line items.
-
The error provides a reason code to help identify the specific issue, such as
COMPANY_CREDIT_STATUS_CHANGE_NOT_ALLOWED
orUNACCEPTABLE_COMPANY_CREDIT_STATUS_FOR_ORDER
. -
CompanyCreditStatusError inherits from ApiError, providing additional context about the error, including field path, trigger, and error string.
-
It's important to check the credit status of companies involved in orders and line items and ensure the network's credit status settings are configured correctly to avoid these errors.
Lists all errors due to Company.creditStatus.
- 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. |
CompanyCreditStatusError
|
|
|
The error reason represented by an enum. Enumerations
|