enum FileError.Reason (v202411)
- Namespace
-
https://www.google.com/apis/ads/publisher/v202411
Enumeration |
Description |
MISSING_CONTENTS
|
The provided byte array is empty.
|
SIZE_TOO_LARGE
|
The provided file is larger than the maximum size defined for the
network.
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-19 UTC.
[null,null,["Last updated 2024-11-19 UTC."],[[["FileError.Reason identifies potential errors encountered when working with files in Google Ad Manager."],["Errors can be related to missing content, exceeding size limits, or unspecified issues."],["The enum values include `MISSING_CONTENTS`, `SIZE_TOO_LARGE`, and `UNKNOWN` for categorization."],["This information is relevant to various Ad Manager services like CreativeService, CreativeSetService, and PublisherQueryLanguageService."]]],["The document defines the `FileError.Reason` enumeration used across several services, including `CreativeService`, `CreativeSetService`, and `PublisherQueryLanguageService`. This enumeration specifies possible errors related to file handling. It outlines three specific error reasons: `MISSING_CONTENTS` (empty byte array), `SIZE_TOO_LARGE` (exceeding network limits), and `UNKNOWN` (undisclosed error in the API version). These are potential issue flags in those services when handling files.\n"]]