enum NotNullError.Reason (v202411)

  • The NotNullError.Reason enumeration outlines the reasons for a target error occurring within various Google Ad Manager services.

  • It primarily indicates which argument (ARG1, ARG2, ARG3) is null, causing the error, or if the reason is generally unknown or unspecified.

  • This enumeration is part of the Google Ad Manager API and is used to provide more detailed information about errors related to null values.

  • The namespace for this enumeration is https://www.google.com/apis/ads/publisher/v202411.

The reasons for the target error.


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