enum FileError.Reason (v202411)

  • FileError.Reason is an enumeration within the Google Ad Manager API namespace https://www.google.com/apis/ads/publisher/v202411.

  • This enumeration defines specific reasons for file-related errors, including MISSING_CONTENTS for empty byte arrays and SIZE_TOO_LARGE for files exceeding the network's maximum size.

  • An UNKNOWN value is returned if the actual error reason is not exposed in the requested API version.


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.