enum NullError.Reason (v202411)

  • This documentation outlines the NullError.Reason enumeration within the Google Ad Manager API.

  • NullError.Reason helps identify why a validation error has occurred, specifically when a list or container contains null elements.

  • The NULL_CONTENT reason indicates that a provided list or container should not have any null elements within it.

  • Developers using the Google Ad Manager API should ensure that their data structures do not contain null values to avoid this error.