[[["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 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"]]