type NullError (v202502)Stay organized with collectionsSave and categorize content based on your preferences.
Page Summary
NullError indicates errors resulting from a violation of a NOT NULL check.
It inherits fields from ApiError such as fieldPath, fieldPathElements, trigger, and errorString.
The NullError itself has a specific 'reason' field, which is an enum, with 'NULL_CONTENT' as a possible value indicating null elements are not allowed in a list or container.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[],["The content outlines various services and errors within an ad management system, focusing on data handling and validation. Key services include managing adjustments, companies, creatives, forecasts, inventory, labels, line items, orders, and proposals. It also covers data targeting, templates, and live stream events. Error handling includes an inherited `ApiError` class with attributes for identifying error causes and a `NullError` specifically for managing instances where null values are prohibited, detailed by a `NULL_CONTENT` reason enum.\n"]]