AI-generated Key Takeaways
-
The content details the AssetError within the ForecastService, outlining its properties and possible reasons for occurrence.
-
AssetError is part of a larger inheritance structure, descending from ApiError, and lists various other error types related to Ad Manager API services.
-
The AssetError provides details such as the field path causing the error, the specific trigger data, a string representation of the error, and a specific reason based on defined enumerations.
-
Enumerated reasons for AssetError include issues with asset names, file size/name, missing or invalid parameters in code snippets, and unknown errors.
-
The namespace for these errors is
https://www.google.com/apis/ads/publisher/v202411
.
Lists all errors associated with assets.
- 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. |
AssetError
|
|
|
The error reason represented by an enum. Enumerations
|