AI-generated Key Takeaways
-
The LineItemTemplateService allows for management and interaction with line item templates within Google Ad Manager.
-
This service provides methods for creating, updating, and retrieving line item templates.
-
NullError is thrown when a required field is not provided, indicated by the
reason
field. -
Errors inherit from ApiError and provide context about the error, like
fieldPath
andtrigger
. -
Detailed documentation on each error type and its associated fields is available through the provided links.
Errors associated with violation of a NOT NULL check.
- 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. |
NullError
|
|
|
The error reason represented by an enum. Enumerations
|