AI-generated Key Takeaways
-
AssetError is associated with errors related to assets.
-
AssetError inherits from ApiError.
-
Common AssetError reasons include non-unique names, file size/name issues, and invalid code snippet parameters or asset IDs.
-
The fieldPath, fieldPathElements, trigger, and errorString fields are inherited from ApiError and help identify the cause and details of the error.
-
The
reason
field specifically indicates the type of AssetError using an enum.
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
|