AI-generated Key Takeaways
-
AssetError lists all errors associated with assets, including those inherited from ApiError.
-
AssetError is used across various services like CreativeSetService, ForecastService, and LineItemService.
-
Common reasons for AssetErrors include non-unique names, file size/name issues, and invalid parameters in code snippets.
-
The
reason
field in AssetError provides an enum value representing the specific cause of the error. -
Inherited fields from ApiError like
fieldPath
andtrigger
help identify the source and cause of the error.
Lists all errors associated with assets.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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. |
AssetError
|
|
|
The error reason represented by an enum. Enumerations
|