enum FileError.Reason (v202505)

  • FileError.Reason is an enumeration within the Ad Manager API version v202505 namespace.

  • This enumeration provides reasons for file-related errors, including missing contents and files that are too large.

  • UNKNOWN is a possible value returned if the actual error reason is not exposed by the requested API version.


Namespace
https://www.google.com/apis/ads/publisher/v202505
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.