AI-generated Key Takeaways
-
The
CompanyError
object, inheriting fromApiError
, outlines errors encountered when interacting with company data in Google Ad Manager. -
CompanyError
includes fields likefieldPath
,trigger
, anderrorString
for detailed error information, along with areason
field indicating the specific company-related error encountered. -
The
reason
field can indicate issues like invalid company type, incorrect primary contact assignment, or problems with third-party stats provider settings. -
The provided table details the fields associated with
CompanyError
and their data types, offering developers insights into the structure of this error object. -
The namespace for the
CompanyError
object ishttps://www.google.com/apis/ads/publisher/v202411
, which is important for proper API interaction.
A list of all errors associated with companies.
- 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. |
CompanyError
|
|
|
Enumerations
|