type NotNullError (v202505)

  • NotNullError is a type of ApiError that occurs when a required field is null.

  • It inherits properties like fieldPath, fieldPathElements, trigger, and errorString from ApiError.

  • NotNullError has a specific field called 'reason' which indicates why the error occurred, such as ARG1_NULL, ARG2_NULL, ARG3_NULL, NULL, or UNKNOWN.


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