AI-generated Key Takeaways
-
FileError.Reason is an enumeration within the Ad Manager API v202502 namespace.
-
This enumeration lists reasons for FileError, including
MISSING_CONTENTS,SIZE_TOO_LARGE, andUNKNOWN. -
MISSING_CONTENTSindicates an empty byte array was provided. -
SIZE_TOO_LARGEsignifies the file exceeds the network's maximum size. -
UNKNOWNis 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. |