AI-generated Key Takeaways
-
The
FileError
object in Google Ad Manager's Creative Service API is used to indicate problems related to file uploads. -
It inherits from the
ApiError
object, providing additional context about the error. -
Three specific reasons for
FileError
are defined:MISSING_CONTENTS
,SIZE_TOO_LARGE
, andUNKNOWN
. -
The
reason
field indicates the specific cause of the file error. -
Errors relating to file handling in Creative Service operations are reported using this object.
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
|