AI-generated Key Takeaways
-
AssetError objects contain information about errors related to assets in Google Ad Manager.
-
This includes reasons for errors like non-unique names, file size or name issues, and issues with dynamic allocation parameters.
-
AssetError inherits from ApiError, which provides additional context about the error.
-
It is part of the
https://www.google.com/apis/ads/publisher/v202411
namespace. -
Errors are categorized by a reason enum with values such as
NON_UNIQUE_NAME
,FILE_NAME_TOO_LONG
, orINVALID_ASSET_ID
.
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
|