enum FileError.Reason (v202411)

  • 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.


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.