AI-generated Key Takeaways
-
The
CompanyCreditStatusError
occurs when there are issues related to a company's credit status within the system. -
This error can be triggered by various reasons, such as insufficient permissions to change credit status, a company having an unacceptable credit status for order or line item creation, or exceeding the limit of approved orders for blocking a company.
-
CompanyCreditStatusError
inherits fromApiError
, providing standard error information like field path, trigger, and error string. -
Detailed information about the error reason is given by the
reason
field, with specific enum values explaining the cause. -
These errors are typically encountered when managing companies, orders, or line items through the Ad Manager API and relate to enforcing credit and financial restrictions.
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
|