AI-generated Key Takeaways
-
NotNullError represents the reasons for a target error in the Ad Manager API.
-
The NotNullError namespace is
https://www.google.com/apis/ads/publisher/v202502. -
Enumeration values for NotNullError include
ARG1_NULL,ARG2_NULL,ARG3_NULL,NULL, andUNKNOWN. -
ARG1_NULL,ARG2_NULL, andARG3_NULLsuggest an error related to null arguments in a method, with the assumption that methods will not have more than 3 arguments. -
UNKNOWNindicates that the actual error value is not available in the requested API version.
The reasons for the target error.
- Namespace
-
https://www.google.com/apis/ads/publisher/v202502
| 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. |