warnings property

List<String>? warnings
final

An array of human-readable warnings issued when generating this list, as strings. Warnings are non-fatal issues that the API discovered with your input. In general, they indicate that the List will not contain all of the information you requested. You should fix the warnings and re-submit your request.

Implementation

final List<String>? warnings;