enum FileError.Reason (v202502)

  • FileError.Reason is an enumeration within the Google Ad Manager API at the specified namespace.

  • It lists potential reasons for file errors, including missing contents, files that are too large, or unknown issues.

  • Each enumerated value has a specific description explaining the cause of the file error.


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