AI-generated Key Takeaways
-
ForecastService.AssetError lists all errors associated with assets in Google Ad Manager.
-
It inherits from ApiError and includes fields like fieldPath, trigger, and errorString for identifying the cause and nature of the error.
-
The AssetError object itself has a
reason
field that provides a specific reason for the error, like NON_UNIQUE_NAME or FILE_SIZE_TOO_LARGE. -
The namespace for this error 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
|