type NotNullError (v202505)

  • NotNullError is a type of ApiError that can be inherited.

  • NotNullError has a reason field with possible enumeration values like ARG1_NULL, ARG2_NULL, ARG3_NULL, NULL, and UNKNOWN.

  • ApiError, from which NotNullError inherits, has fields such as fieldPath, fieldPathElements, trigger, and errorString.

  • This content primarily details the NotNullError and its inheritance from ApiError within a specific API service context.


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