enum NotNullError.Reason (v202505)

  • The NotNullError.Reason enumeration lists the possible reasons for a NotNullError.

  • The listed reasons indicate which argument (ARG1, ARG2, or ARG3) was null or if the error reason is null or unknown.

  • This enumeration is part of the Google Ad Manager API v202505 and is used across various services.

The reasons for the target error.


Namespace
https://www.google.com/apis/ads/publisher/v202505
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.