AI-generated Key Takeaways
-
This documentation details the
FileError
object used for problems related to files in Google Ad Manager. -
FileError
inherits fromApiError
which provides context about the error such as field path, trigger and error string. -
FileError
itself has areason
field, which can beMISSING_CONTENTS
,SIZE_TOO_LARGE
, orUNKNOWN
. -
These reasons indicate issues like empty file content, exceeding size limits, or unspecified errors.
-
The namespace for this object is
https://www.google.com/apis/ads/publisher/v202411
.
A list of all errors to be used for problems related to files.
- 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. |
FileError
|
|
|
Enumerations
|