type NullError (v202508)

  • The LineItemTemplateService documentation provides information about various service-related errors and their inheritance hierarchy.

  • Errors such as ApiError, ApiVersionError, and AuthenticationError are part of the extensive list of potential issues documented for the LineItemTemplateService.

  • The NullError is specifically documented as occurring when a specified list or container is required to not contain any null elements.

  • The documentation details fields inherited from ApiError like fieldPath , fieldPathElements , trigger , and errorString to help identify the cause of an error.

  • The NullError includes a reason field, represented by an enum like NULL_CONTENT , indicating why the error occurred.

Errors associated with violation of a NOT NULL check.


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

Field

ApiError (inherited)

fieldPath

xsd: string

The OGNL field path to identify cause of error.

fieldPathElements

FieldPathElement []

A parsed copy of the field path. For example, the field path "operations[1].operand" corresponds to this list: {FieldPathElement(field = "operations", index = 1), FieldPathElement(field = "operand", index = null)}.

trigger

xsd: string

The data that caused the error.

errorString

xsd: string

A simple string representation of the error and reason.

NullError

reason

NullError.Reason

The error reason represented by an enum.


Enumerations
NULL_CONTENT
Specified list/container must not contain any null elements
Design a Mobile Site
View Site in Mobile | Classic
Share by: