enum FileError.Reason (v202502)

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

  • This enumeration defines reasons for FileError, including missing contents, excessively large file size, and unknown errors.

  • The MISSING_CONTENTS reason indicates that the provided byte array is empty.

  • The SIZE_TOO_LARGE reason indicates that the provided file exceeds the maximum size allowed for the network.

  • The UNKNOWN reason is returned when the actual error value is not exposed by 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.