AI-generated Key Takeaways
-
The content provides a list of various services, including AdRuleService, AdjustmentService, and CMSMetadataService, among others.
-
It defines
NotNullError.Reason
as the reasons for a target error within thehttps://www.google.com/apis/ads/publisher/v202508
namespace. -
The possible reasons for
NotNullError
are listed asARG1_NULL
,ARG2_NULL
,ARG3_NULL
,NULL
, andUNKNOWN
. -
The description for
ARG1_NULL
states it's returned if a method with more than 3 arguments is assumed not to have more, and it does.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202508
Enumeration | Description |
---|---|
ARG1_NULL
|
Assuming that a method will not have more than 3 arguments, if it does, return NULL |
ARG2_NULL
|
|
ARG3_NULL
|
|
NULL
|
|
UNKNOWN
|
The value returned if the actual value is not exposed by the requested API version. |