AI-generated Key Takeaways
-
FileError.Reason
identifies potential errors encountered while processing files within the Publisher Query Language service. -
These errors can include missing file contents, exceeding file size limits, or other unknown issues.
-
The
FileError.Reason
enumeration provides specific codes for each error type, such asMISSING_CONTENTS
,SIZE_TOO_LARGE
, andUNKNOWN
.
- 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. |