AI-generated Key Takeaways
-
The UserTeamAssociationService allows for management of associations between users and teams within Google Ad Manager.
-
StatementError objects indicate issues encountered while processing Statement objects, such as unbound variables.
-
Errors are categorized by reason and include details like field path, trigger, and error string for debugging.
-
The service utilizes a namespace for API interaction and provides a structured format for error representation.
-
This documentation details the structure and fields associated with StatementError within the UserTeamAssociationService context.
An error that occurs while parsing Statement objects.
- 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. |
StatementError
|
|
|
The error reason represented by an enum. Enumerations
|