enum FileError.Reason (v202411)
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
FileError.Reason is an enumeration within the Google Ad Manager API namespace https://www.google.com/apis/ads/publisher/v202411.
This enumeration defines specific reasons for file-related errors, including MISSING_CONTENTS for empty byte arrays and SIZE_TOO_LARGE for files exceeding the network's maximum size.
An UNKNOWN value is returned if the actual error reason is not exposed in the requested API version.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["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"]]