type NullError (v202508)

  • The page lists various services available, including AdjustmentService, CompanyService, and CreativeService.

  • It details inheritance relationships, showing that many error types inherit from ApiError.

  • The NullError is specifically highlighted, indicating its role within the API's error handling.

  • Fields for ApiError and NullError are outlined, describing properties like fieldPath and reason.

  • An enumeration for NullError reasons is provided, including NOT_NULL and UNKNOWN.


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

Field

ApiError (inherited)

fieldPath

xsd:string

fieldPathElements

FieldPathElement[]

trigger

xsd:string

errorString

xsd:string

NullError

reason

NullError.Reason


Enumerations
NOT_NULL
UNKNOWN