enum FileError.Reason (v202502)

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

  • This enumeration lists reasons for FileError, including MISSING_CONTENTS, SIZE_TOO_LARGE, and UNKNOWN.

  • MISSING_CONTENTS indicates an empty byte array was provided.

  • SIZE_TOO_LARGE signifies the file exceeds the network's maximum size.

  • UNKNOWN is a placeholder for values not exposed in the requested API version.


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.