enum FileError.Reason (v202505)

  • FileError.Reason is an enumeration within the Google Ad Manager API for version v202505, found in various services like CreativeService and LineItemCreativeAssociationService.

  • This enumeration defines specific reasons for file-related errors, 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 allowed size.

  • UNKNOWN is a placeholder for error reasons not exposed in the current 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.