enum FileError.Reason (v202411)

  • FileError.Reason is an enumeration providing context for errors related to file handling within the CreativeService, CreativeSetService, LineItemCreativeAssociationService, and PublisherQueryLanguageService.

  • It defines three reasons for file errors: MISSING_CONTENTS when the file is empty, SIZE_TOO_LARGE when it exceeds network limits, and UNKNOWN for unexpected errors.

  • The namespace for this enumeration is https://www.google.com/apis/ads/publisher/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.