[[["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-08-20 UTC."],[[["The `FileError.Reason` enumeration in Google Ad Manager's API outlines potential issues when uploading files, like missing content or exceeding size limits."],["It includes reasons such as `MISSING_CONTENTS`, `SIZE_TOO_LARGE`, and `UNKNOWN` to indicate specific file errors during operations with creative sets, line item creative associations, and publisher query language services."],["The namespace for this enumeration is `https://www.google.com/apis/ads/publisher/v202408`."]]],["The core content details the `FileError.Reason` enumeration within the namespace `https://www.google.com/apis/ads/publisher/v202408`. It lists three possible error reasons: `MISSING_CONTENTS`, indicating an empty byte array; `SIZE_TOO_LARGE`, signifying the file exceeds the network's size limit; and `UNKNOWN`, which represents cases where the actual error is not accessible via the current API version. This is used in the `CreativeService`, `CreativeSetService`, `LineItemCreativeAssociationService`, and `PublisherQueryLanguageService`.\n"]]