type NotNullError (v202505)

  • The document lists various Ad Manager API services for version v202505, including AdRuleService, AdjustmentService, and AdsTxtService.

  • It details inheritance relationships, with ApiError as a base class and NotNullError being a specific type of error.

  • The NotNullError includes fields inherited from ApiError such as fieldPath, fieldPathElements, trigger, and errorString, and also has a specific reason field with enumerated values like ARG1_NULL and UNKNOWN.

  • The namespace for these services and errors is https://www.google.com/apis/ads/publisher/v202505.


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

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