AI-generated Key Takeaways
-
FileError is used to identify problems related to files within the CreativeService, CreativeSetService, and PublisherQueryLanguageService.
-
It inherits from ApiError and includes fields such as fieldPath, fieldPathElements, trigger, and errorString to provide context for the error.
-
Specific reasons for a FileError include missing file contents (MISSING_CONTENTS) and files exceeding the maximum allowed size (SIZE_TOO_LARGE).
-
The FileError.Reason enumeration lists possible causes for file-related errors, including an unknown reason (UNKNOWN) for unexposed values in the requested API version.
A list of all errors to be used for problems related to files.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
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
|