type NotNullError (v202508)

  • NotNullError is a type of ApiError that can occur in various services within the Google Ad Manager API, specifically in version v202508.

  • NotNullError indicates that a required field that should not be null has been found to be null.

  • The NotNullError includes a reason field which provides more specific information about why the error occurred, such as ARG1_NULL, ARG2_NULL, ARG3_NULL, NULL, or UNKNOWN.


Namespace
https://www.google.com/apis/ads/publisher/v202508

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

NotNullError

reason

NotNullError.Reason


Enumerations
ARG1_NULL
ARG2_NULL
ARG3_NULL
NULL
UNKNOWN